Type Alias netstack3_udp::UdpSocketSet

source ·
pub type UdpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Udp<BT>>;
Expand description

A set containing all UDP sockets.

Aliased Type§

struct UdpSocketSet<I, D, BT>(/* private fields */);