ArcRwLockWriteGuardUdpSocket

Type Alias ArcRwLockWriteGuardUdpSocket 

Source
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 */ }