Skip to main content

into_boxed_handler

Function into_boxed_handler 

Source
pub fn into_boxed_handler<H, Args>(handler: H) -> BoxedHandler
where H: Handler<Args>, Args: 'static,
Expand description

Erase a handler’s type for storage in the router.