Type Alias RwLockWriteGuardUdpSocket

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

Aliased Typeยง

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