Home
last modified time | relevance | path

Searched defs:InterceptedService (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/service/
H A Dinterceptor.rs87 pub struct InterceptedService<S, I> { struct
92 impl<S, I> InterceptedService<S, I> { argument
103 impl<S, I> fmt::Debug for InterceptedService<S, I> implementation
115 impl<S, I, ReqBody, ResBody> Service<http::Request<ReqBody>> for InterceptedService<S, I> implementation
157 impl<S, I> crate::server::NamedService for InterceptedService<S, I> implementation
/tonic/tests/integration_tests/tests/
H A Dextensions.rs121 struct InterceptedService<S> { struct
125 impl<S> Service<http::Request<Body>> for InterceptedService<S> implementation
155 impl<S: NamedService> NamedService for InterceptedService<S> { implementation