pub type UdpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Udp<BT>>;Expand description
A set containing all UDP sockets.
Aliased Typeยง
pub struct UdpSocketSet<I, D, BT>(/* private fields */);pub type UdpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Udp<BT>>;A set containing all UDP sockets.
pub struct UdpSocketSet<I, D, BT>(/* private fields */);