Type Alias netstack3_datagram::BoundSockets

source ·
pub type BoundSockets<I, D, A, S> = BoundSocketMap<I, D, A, S>;
Expand description

Datagram demultiplexing map.

Aliased Type§

struct BoundSockets<I, D, A, S> { /* private fields */ }