Searched refs:GrpcService (Results 1 – 8 of 8) sorted by relevance
| /tonic/tonic/src/client/ |
| H A D | service.rs | 13 pub trait GrpcService<ReqBody> { trait 32 impl<T, ReqBody, ResBody> GrpcService<ReqBody> for T
|
| H A D | grpc.rs | 6 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 D | mod.rs | 23 pub use self::service::GrpcService;
|
| /tonic/tonic-build/src/ |
| H A D | client.rs | 70 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 D | grpc_health_v1.rs | 75 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 D | grpc_reflection_v1.rs | 164 T: tonic::client::GrpcService<tonic::body::Body>, 187 <T as tonic::client::GrpcService<tonic::body::Body>>::ResponseBody, in with_interceptor()
|
| H A D | grpc_reflection_v1alpha.rs | 164 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 D | helloworld.rs | 34 T: tonic::client::GrpcService<tonic::body::BoxBody>,
|