Skip to main content

patch

Function patch 

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