pub type OptionArcUdpSocket = Option<ArcUdpSocket>;
Optional thread-safe reference-counted UDP socket.
pub enum OptionArcUdpSocket { None, Some(Arc<UdpSocket>), }
No value.
Some value of type T.
T