Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/service/
H A Dmod.rs5 pub(crate) use self::grpc_timeout::GrpcTimeout;
H A Dgrpc_timeout.rs14 pub(crate) struct GrpcTimeout<S> { struct
19 impl<S> GrpcTimeout<S> { implementation
28 impl<S, ReqBody> Service<Request<ReqBody>> for GrpcTimeout<S> implementation
/tonic/tonic/src/transport/channel/service/
H A Dconnection.rs4 transport::{channel::BoxFuture, service::GrpcTimeout, Endpoint},
65 .layer_fn(|s| GrpcTimeout::new(s, endpoint.timeout)) in new()
/tonic/tonic/src/transport/server/
H A Dmod.rs45 use super::service::GrpcTimeout;
1093 .layer_fn(|s| GrpcTimeout::new(s, timeout)) in call()