Home
last modified time | relevance | path

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

/tonic/tonic/src/server/
H A Dmod.rs16 ClientStreamingService, ServerStreamingService, StreamingService, UnaryService,
H A Dservice.rs96 pub trait StreamingService<R> { trait
110 impl<T, S, M1, M2> StreamingService<M1> for T
H A Dgrpc.rs9 server::{ClientStreamingService, ServerStreamingService, StreamingService, UnaryService},
342 S: StreamingService<T::Decode, Response = T::Encode> + Send, in streaming()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs375 > tonic::server::StreamingService<super::ServerReflectionRequest> in call()
H A Dgrpc_reflection_v1alpha.rs375 > tonic::server::StreamingService<super::ServerReflectionRequest> in call()
/tonic/tonic-build/src/
H A Dserver.rs650 impl<T: #server_trait> tonic::server::StreamingService<#request> for #service_ident<T> in generate_streaming()