netstack3_udp

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