Type Alias BoxedDriver

Source
pub type BoxedDriver = Box<dyn Driver + 'static>;

Aliased Typeยง

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