pub type BoxedFactory = Box<dyn DeviceFactory>;Expand description
A type-erased device factory.
Aliased Typeยง
pub struct BoxedFactory(/* private fields */);pub type BoxedFactory = Box<dyn DeviceFactory>;A type-erased device factory.
pub struct BoxedFactory(/* private fields */);