pub fn patch<H, T, S>(handler: H) -> impl FnOnce(&mut Router<S>, &str)where H: Fn(T) -> Response<Body> + Clone + Send + Sync + 'static, T: FromRequestParts<S, Error = ExtractorError> + 'static, S: Clone + Send + Sync + 'static,
PATCH 方法路由