Type Alias drmem_api::driver::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§
struct DriverType<T>(/* private fields */);