pub fn async_interceptor<F>(f: F) -> AsyncInterceptorLayer<F>where
F: AsyncInterceptor,
Expand description
Create a new async interceptor layer.
See AsyncInterceptor
and [Interceptor
] for more details.
pub fn async_interceptor<F>(f: F) -> AsyncInterceptorLayer<F>where
F: AsyncInterceptor,
Create a new async interceptor layer.
See AsyncInterceptor
and [Interceptor
] for more details.