pub type ArcRwLockWriteGuardUdpSocket<'a> = Arc<RwLockWriteGuard<'a, UdpSocket>>;Expand description
Thread-safe reference-counted write guard for UDP socket.
Aliased Typeยง
pub struct ArcRwLockWriteGuardUdpSocket<'a> { /* private fields */ }pub type ArcRwLockWriteGuardUdpSocket<'a> = Arc<RwLockWriteGuard<'a, UdpSocket>>;Thread-safe reference-counted write guard for UDP socket.
pub struct ArcRwLockWriteGuardUdpSocket<'a> { /* private fields */ }