pub trait DeviceContext: Sealed { }
Expand description
Marker trait for the context of a bus specific device.
Some functions of a bus specific device should only be called from a certain context, i.e. bus
callbacks, such as probe()
.
This is the marker trait for structures representing the context of a bus specific device.