pub fn trace<S>(service: S) -> MethodRouterwhere S: Service<Request> + 'static, S::Response: IntoResponse, S::Error: Into<BoxError>,