Home
last modified time | relevance | path

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

/tonic/examples/src/streaming/
H A Dserver.rs44 type ServerStreamingEchoStream = ResponseStream; typedef
49 ) -> EchoResult<Self::ServerStreamingEchoStream> { in server_streaming_echo() argument
79 Box::pin(output_stream) as Self::ServerStreamingEchoStream in server_streaming_echo()