pub trait PluginService: Service<Request<Body>, Response = Response<BoxBody>> + NamedService + Clone + Send + 'static { }

Implementors