Home
last modified time | relevance | path

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

/external/rust/crates/tonic/src/service/
Dinterceptor.rs94 pub struct InterceptedService<S, F> { struct
99 impl<S, F> InterceptedService<S, F> { argument
110 impl<S, F> fmt::Debug for InterceptedService<S, F> implementation
122 impl<S, F, ReqBody, ResBody> Service<http::Request<ReqBody>> for InterceptedService<S, F> implementation
168 impl<S, F> crate::server::NamedService for InterceptedService<S, F> implementation