Function axum::routing::method_routing::trace_service   
source · pub fn trace_service<T, S, B>(svc: T) -> MethodRouter<S, B, T::Error>Expand description
Route TRACE requests to the given service.
See get_service for an example.