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.
pub const fn patch<R>(route: R) -> Route<R, MethodNotAllowedBuilder<R>, 1>routing given Service type with Method::PATCH.
Act as shortcut of Route::new and Route::route.