Home
last modified time | relevance | path

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

/tonic/tonic/src/service/
H A Dinterceptor.rs59 pub struct InterceptorLayer<I> { struct
63 impl<I> InterceptorLayer<I> { impl
72 impl<S, I> Layer<S> for InterceptorLayer<I> implementation