pub struct UdpSocket(/* private fields */);
A UDP socket.
After creating a UdpSocket by binding it to a socket address, data can be sent to and
UdpSocket
bind