Skip to main content

delete

Function delete 

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