trace

Function trace 

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