pub trait MiddlewareExt<S: Servicable>: Layer<S> + Middleware<S> { }

Implementors§