RwLockWriteGuardTcpStream

Type Alias RwLockWriteGuardTcpStream 

Source
pub type RwLockWriteGuardTcpStream<'a> = RwLockWriteGuard<'a, TcpStream>;

Aliased Typeยง

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