Searched defs:ServerReflectionResponse (Results 1 – 6 of 6) sorted by relevance
62 pub struct ServerReflectionResponse { struct74 /// Nested message and enum types in `ServerReflectionResponse`. argument235 tonic::Response<tonic::codec::Streaming<super::ServerReflectionResponse>>, in server_reflection_info()
82 message ServerReflectionResponse { message
72 message ServerReflectionResponse { message
113 fn new(resp_rx: mpsc::Receiver<Result<ServerReflectionResponse, Status>>) -> Self { in new()