pub type BlackholeDeviceId<BT> = BaseDeviceId<BlackholeDevice, BT>;
Expand description
A strong device ID identifying a blackhole device.
This device ID is like DeviceId
but specifically for blackhole devices.
Aliased Typeยง
struct BlackholeDeviceId<BT> { /* private fields */ }