RwLockWriteGuardUdpSocket

Type Alias RwLockWriteGuardUdpSocket 

Source
pub type RwLockWriteGuardUdpSocket<'a> = RwLockWriteGuard<'a, UdpSocket>;
Expand description

Write guard for read-write locked UDP socket.

Aliased Typeยง

pub struct RwLockWriteGuardUdpSocket<'a> { /* private fields */ }