viz_router

Function on

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

Creates a route with a handler and HTTP verb pair.