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 */);
pub type UdpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Udp<BT>>;
A set containing all UDP sockets.
struct UdpSocketSet<I, D, BT>(/* private fields */);