Home
last modified time | relevance | path

Searched refs:ClientStreamingService (Results 1 – 4 of 4) sorted by relevance

/tonic/tonic/src/server/
H A Dmod.rs16 ClientStreamingService, ServerStreamingService, StreamingService, UnaryService,
H A Dservice.rs69 pub trait ClientStreamingService<R> { interface
80 impl<T, M1, M2> ClientStreamingService<M1> for T
H A Dgrpc.rs9 server::{ClientStreamingService, ServerStreamingService, StreamingService, UnaryService},
309 S: ClientStreamingService<T::Decode, Response = T::Encode>, in client_streaming()
/tonic/tonic-build/src/
H A Dserver.rs583 impl<T: #server_trait> tonic::server::ClientStreamingService<#request> for #service_ident<T> in generate_client_streaming()