Home
last modified time | relevance | path

Searched refs:GrpcService (Results 1 – 8 of 8) sorted by relevance

/tonic/tonic/src/client/
H A Dservice.rs13 pub trait GrpcService<ReqBody> { trait
32 impl<T, ReqBody, ResBody> GrpcService<ReqBody> for T
H A Dgrpc.rs6 client::GrpcService,
201 T: GrpcService<Body>, in ready()
214 T: GrpcService<Body>, in unary()
233 T: GrpcService<Body>, in client_streaming()
270 T: GrpcService<Body>, in server_streaming()
289 T: GrpcService<Body>, in streaming()
329 T: GrpcService<Body>, in create_response()
H A Dmod.rs23 pub use self::service::GrpcService;
/tonic/tonic-build/src/
H A Dclient.rs70 T: tonic::client::GrpcService<tonic::body::Body>, in generate_internal()
91 … Response = http::Response<<T as tonic::client::GrpcService<tonic::body::Body>>::ResponseBody> in generate_internal()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs75 T: tonic::client::GrpcService<tonic::body::Body>,
98 <T as tonic::client::GrpcService<tonic::body::Body>>::ResponseBody, in with_interceptor()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs164 T: tonic::client::GrpcService<tonic::body::Body>,
187 <T as tonic::client::GrpcService<tonic::body::Body>>::ResponseBody, in with_interceptor()
H A Dgrpc_reflection_v1alpha.rs164 T: tonic::client::GrpcService<tonic::body::Body>,
187 <T as tonic::client::GrpcService<tonic::body::Body>>::ResponseBody, in with_interceptor()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs34 T: tonic::client::GrpcService<tonic::body::BoxBody>,