pub trait ServiceExt<Req>: Service<Req> + Servicable { }

Implementors§