Searched refs:ServerReflectionInfoStream (Results 1 – 4 of 4) sorted by relevance
24 type ServerReflectionInfoStream = ServerReflectionInfoStream; typedef29 ) -> Result<Response<Self::ServerReflectionInfoStream>, Status> { in server_reflection_info() argument95 Ok(Response::new(ServerReflectionInfoStream::new(resp_rx))) in server_reflection_info()108 pub struct ServerReflectionInfoStream { struct112 impl ServerReflectionInfoStream { argument119 impl Stream for ServerReflectionInfoStream { implementation134 impl fmt::Debug for ServerReflectionInfoStream { implementation
24 type ServerReflectionInfoStream = ServerReflectionInfoStream; typedef29 ) -> Result<Response<Self::ServerReflectionInfoStream>, Status> { in server_reflection_info() argument95 Ok(Response::new(ServerReflectionInfoStream::new(resp_rx))) in server_reflection_info()108 pub struct ServerReflectionInfoStream { struct112 impl ServerReflectionInfoStream { implementation119 impl Stream for ServerReflectionInfoStream { implementation134 impl fmt::Debug for ServerReflectionInfoStream { implementation
276 type ServerReflectionInfoStream: tonic::codegen::tokio_stream::Stream< typedef290 tonic::Response<Self::ServerReflectionInfoStream>, in server_reflection_info() argument378 type ResponseStream = T::ServerReflectionInfoStream; in call()