pub struct Device<T: DeviceTrait + Clone + Any> { /* private fields */ }
Expand description
Wrapps a driver, implementing the DeviceTrait.
pub struct Device<T: DeviceTrait + Clone + Any> { /* private fields */ }
Wrapps a driver, implementing the DeviceTrait.