udp/socket/
struct.rs

1use crate::*;
2
3#[derive(Clone, Debug)]
4pub struct ArcRwLockUdpSocket(pub(super) ArcRwLock<UdpSocket>);