Searched refs:UnaryService (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic/src/server/ |
| H A D | mod.rs | 16 ClientStreamingService, ServerStreamingService, StreamingService, UnaryService,
|
| H A D | service.rs | 10 pub trait UnaryService<R> { trait 21 impl<T, M1, M2> UnaryService<M1> for T
|
| H A D | grpc.rs | 9 server::{ClientStreamingService, ServerStreamingService, StreamingService, UnaryService}, 225 S: UnaryService<T::Decode, Response = T::Encode>, in unary()
|
| /tonic/tonic/benches-disabled/benchmarks/compiled_protos/ |
| H A D | helloworld.rs | 135 … impl<T: Greeter> tonic::server::UnaryService<super::HelloRequest> for SayHello<T> { in call()
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 334 > tonic::server::UnaryService<super::HealthCheckRequest> in call()
|
| /tonic/tonic-build/src/ |
| H A D | server.rs | 459 impl<T: #server_trait> tonic::server::UnaryService<#request> for #service_ident<T> { in generate_unary()
|