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ยง
pub struct HeldSockets<BT> { /* private fields */ }