Home
last modified time | relevance | path

Searched defs:ResponseStream (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic/src/server/
H A Dservice.rs42 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef
57 type ResponseStream = S; typedef
101 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef
116 type ResponseStream = S; typedef
/tonic/examples/src/streaming/
H A Dserver.rs13 type ResponseStream = Pin<Box<dyn Stream<Item = Result<EchoResponse, Status>> + Send>>; typedef
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs378 type ResponseStream = T::ServerReflectionInfoStream; in call() typedef
H A Dgrpc_reflection_v1alpha.rs378 type ResponseStream = T::ServerReflectionInfoStream; in call() typedef
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs382 type ResponseStream = T::WatchStream; in call() typedef