viz_router

Function any

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

Creates a route with a handler and any HTTP verbs.