Skip to main content

patch

Function patch 

Source
pub const fn patch<R>(route: R) -> Route<R, MethodNotAllowedBuilder<R>, 1>
Expand description

routing given Service type with Method::PATCH. Act as shortcut of Route::new and Route::route.