patch

Function patch 

Source
pub fn patch<S>(service: S) -> MethodRouter
where S: Service<Request> + 'static, S::Response: IntoResponse, S::Error: Into<BoxError>,