pub fn patch<F, R, B>(path: impl ToString, f: F) -> HttpRoutewhere F: AsyncFn(Request) -> R + Send + Sync + 'static, R: IntoResponse<B>, B: Body,