viz_router

Function trace

source
pub fn trace<H, O>(handler: H) -> Route
where H: Handler<Request, Output = Result<O>> + Clone, O: IntoResponse,
Expand description

Creates a route with a handler and HTTP TRACE verb pair.