Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dserver.rs61 type StreamingOutputCallStream = Stream<StreamingOutputCallResponse>; typedef
66 ) -> Result<Self::StreamingOutputCallStream> { in streaming_output_call() argument
82 Box::pin(stream) as Self::StreamingOutputCallStream in streaming_output_call()