BoxedHandler

Type Alias BoxedHandler 

Source
pub type BoxedHandler = Box<dyn Handler>;
Expand description

Boxed handler type

Aliased Typeยง

pub struct BoxedHandler(/* private fields */);