pub type DriverType<T> = Box<dyn API<DeviceSet = <T as API>::DeviceSet>>;
Defines a boxed type that supports the driver::API trait.
driver::API
pub struct DriverType<T>(/* private fields */);