Function delete_with_config

Source
pub fn delete_with_config<H, T>(handler: H, config: RouteConfig) -> MethodRouter
where H: Handler<T>, T: Send + 'static,