Type Alias DriverType

Source
pub type DriverType<T> = Box<dyn API<DeviceSet = <T as API>::DeviceSet>>;
Expand description

Defines a boxed type that supports the driver::API trait.

Aliased Typeยง

pub struct DriverType<T>(/* private fields */);