Home
last modified time | relevance | path

Searched refs:streaming_input_call (Results 1 – 2 of 2) sorted by relevance

/tonic/interop/src/
H A Dserver.rs86 async fn streaming_input_call( in streaming_input_call() method
H A Dclient.rs92 let result = client.streaming_input_call(Request::new(stream)).await; in client_streaming()