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.