pub type HeldDeviceSockets<BT> = DeviceSockets<WeakDeviceId<BT>, BT>;
Expand description
Convenience alias for use in device state storage.
Aliased Typeยง
struct HeldDeviceSockets<BT>(/* private fields */);
pub type HeldDeviceSockets<BT> = DeviceSockets<WeakDeviceId<BT>, BT>;
Convenience alias for use in device state storage.
struct HeldDeviceSockets<BT>(/* private fields */);