Searched defs:ResponseStream (Results 1 – 5 of 5) sorted by relevance
42 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef57 type ResponseStream = S; typedef101 type ResponseStream: Stream<Item = Result<Self::Response, Status>>; typedef116 type ResponseStream = S; typedef
13 type ResponseStream = Pin<Box<dyn Stream<Item = Result<EchoResponse, Status>> + Send>>; typedef
378 type ResponseStream = T::ServerReflectionInfoStream; in call() typedef
382 type ResponseStream = T::WatchStream; in call() typedef