Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dserver.rs63 async fn streaming_output_call( in streaming_output_call() method
H A Dclient.rs121 let result = client.streaming_output_call(req).await; in server_streaming()