pub fn into_boxed_handler<H, Args>(handler: H) -> BoxedHandlerwhere
H: Handler<Args>,
Args: 'static,Expand description
Erase a handler’s type for storage in the router.
pub fn into_boxed_handler<H, Args>(handler: H) -> BoxedHandlerwhere
H: Handler<Args>,
Args: 'static,Erase a handler’s type for storage in the router.