pub type BoxedDevice = Box<dyn Device>;
Type alias for a boxed device.
pub struct BoxedDevice(/* private fields */);