Home
last modified time | relevance | path

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

/tonic/tests/stream_conflict/proto/
H A Dstream_conflict.proto8 service Stream { service
9 rpc RunStream(Message) returns (stream Message);
/tonic/tonic/src/
H A Drequest.rs92 type Stream: Stream<Item = Self::Message> + Send + 'static; typedef
98 fn into_streaming_request(self) -> Request<Self::Stream>; in into_streaming_request()
371 type Stream = T; typedef
383 type Stream = T; typedef
/tonic/tests/integration_tests/tests/
H A Dstreams.rs5 type Stream<T> = std::pin::Pin< typedef
H A Dstatus.rs138 type Stream<T> = std::pin::Pin< typedef
/tonic/interop/src/
H A Dserver.rs22 type Stream<T> = Pin<Box<dyn tokio_stream::Stream<Item = StdResult<T, Status>> + Send + 'static>>; typedef