pub type BoxedHandler = Box<dyn Handler>;
Boxed handler type
pub struct BoxedHandler(/* private fields */);