Home
last modified time | relevance | path

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

/tonic/tonic/src/server/
H A Dservice.rs42 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef
45 type Future: Future<Output = Result<Response<Self::ResponseStream>, Status>>;
57 type ResponseStream = S; typedef
101 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef
104 type Future: Future<Output = Result<Response<Self::ResponseStream>, Status>>;
116 type ResponseStream = S; typedef
H A Dgrpc.rs269 S::ResponseStream: Send + 'static, in server_streaming()
281 return self.map_response::<S::ResponseStream>( in server_streaming()
343 S::ResponseStream: Send + 'static, in streaming()
/tonic/examples/src/streaming/
H A Dserver.rs13 type ResponseStream = Pin<Box<dyn Stream<Item = Result<EchoResponse, Status>> + Send>>; typedef
44 type ServerStreamingEchoStream = ResponseStream;
90 type BidirectionalStreamingEchoStream = ResponseStream;
/tonic/tonic-build/src/
H A Dserver.rs510 quote!(type ResponseStream = T::#stream) in generate_server_streaming()
512 quote!(type ResponseStream = BoxStream<#response>) in generate_server_streaming()
528 type Future = BoxFuture<tonic::Response<Self::ResponseStream>, tonic::Status>; in generate_server_streaming()
635 quote!(type ResponseStream = T::#stream) in generate_streaming()
637 quote!(type ResponseStream = BoxStream<#response>) in generate_streaming()
654 type Future = BoxFuture<tonic::Response<Self::ResponseStream>, tonic::Status>; in generate_streaming()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs382 type ResponseStream = T::WatchStream; in call() typedef
384 tonic::Response<Self::ResponseStream>, in call()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs378 type ResponseStream = T::ServerReflectionInfoStream; in call() typedef
380 tonic::Response<Self::ResponseStream>, in call()
H A Dgrpc_reflection_v1alpha.rs378 type ResponseStream = T::ServerReflectionInfoStream; in call() typedef
380 tonic::Response<Self::ResponseStream>, in call()