netstack3_device::socket

Type Alias 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 */ }