delete_service

Function delete_service 

Source
pub fn delete_service<I, Svc, S, E>(svc: I) -> MethodRouter<S, E>
where I: Into<ServiceWithOperation<Svc, E>>, Svc: Service<Request, Error = E> + Clone + Send + Sync + 'static, Svc::Response: IntoResponse + 'static, Svc::Future: Send + 'static, S: Clone,