pub fn patch<H, T>(handler: H) -> MethodRouterwhere
H: Handler<T>,
T: 'static,Expand description
Create a PATCH route handler
pub fn patch<H, T>(handler: H) -> MethodRouterwhere
H: Handler<T>,
T: 'static,Create a PATCH route handler