pub type HeldSockets<BT> = Sockets<WeakDeviceId<BT>, BT>;
Expand description
Convenience alias for use in shared storage.
The type parameter is expected to implement DeviceSocketTypes
.
Aliased Type§
struct HeldSockets<BT> { /* private fields */ }
pub type HeldSockets<BT> = Sockets<WeakDeviceId<BT>, BT>;
Convenience alias for use in shared storage.
The type parameter is expected to implement DeviceSocketTypes
.
struct HeldSockets<BT> { /* private fields */ }