pub fn trace<E>(ep: E) -> RouteMethodwhere
E: IntoEndpoint,
E::Endpoint: 'static,
Expand description
A helper function, similar to RouteMethod::new().trace(ep)
.
pub fn trace<E>(ep: E) -> RouteMethodwhere
E: IntoEndpoint,
E::Endpoint: 'static,
A helper function, similar to RouteMethod::new().trace(ep)
.