Home
last modified time | relevance | path

Searched refs:UnaryService (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic/src/server/
H A Dmod.rs16 ClientStreamingService, ServerStreamingService, StreamingService, UnaryService,
H A Dservice.rs10 pub trait UnaryService<R> { trait
21 impl<T, M1, M2> UnaryService<M1> for T
H A Dgrpc.rs9 server::{ClientStreamingService, ServerStreamingService, StreamingService, UnaryService},
225 S: UnaryService<T::Decode, Response = T::Encode>, in unary()
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs135 … impl<T: Greeter> tonic::server::UnaryService<super::HelloRequest> for SayHello<T> { in call()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs334 > tonic::server::UnaryService<super::HealthCheckRequest> in call()
/tonic/tonic-build/src/
H A Dserver.rs459 impl<T: #server_trait> tonic::server::UnaryService<#request> for #service_ident<T> { in generate_unary()