Home
last modified time | relevance | path

Searched defs:ServerReflectionResponse (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs62 pub struct ServerReflectionResponse { struct
74 /// Nested message and enum types in `ServerReflectionResponse`. argument
235 tonic::Response<tonic::codec::Streaming<super::ServerReflectionResponse>>, in server_reflection_info()
H A Dgrpc_reflection_v1alpha.rs62 pub struct ServerReflectionResponse { struct
74 /// Nested message and enum types in `ServerReflectionResponse`. argument
235 tonic::Response<tonic::codec::Streaming<super::ServerReflectionResponse>>, in server_reflection_info()
/tonic/tonic-reflection/proto/
H A Dreflection_v1.proto82 message ServerReflectionResponse { message
H A Dreflection_v1alpha.proto72 message ServerReflectionResponse { message
/tonic/tonic-reflection/src/server/
H A Dv1alpha.rs113 fn new(resp_rx: mpsc::Receiver<Result<ServerReflectionResponse, Status>>) -> Self { in new()
H A Dv1.rs113 fn new(resp_rx: mpsc::Receiver<Result<ServerReflectionResponse, Status>>) -> Self { in new()