async_interceptor

Function async_interceptor 

Source
pub fn async_interceptor<F>(f: F) -> AsyncInterceptorLayer<F>
Expand description

Create a new async interceptor layer.

See AsyncInterceptor and [Interceptor] for more details.