Function into_handler_fn

Source
pub fn into_handler_fn<H, T>(handler: H) -> HandlerFn
where H: Handler<T>,
Expand description

Convert a handler into a boxed handler function