Type Alias netstack3_device::socket::HeldSockets

source ·
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 */ }