Skip to main content

BoxedDevice

Type Alias BoxedDevice 

Source
pub type BoxedDevice = Box<dyn Device>;
Expand description

Type alias for a boxed device.

Aliased Typeยง

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