Type Alias RwLockWriteGuardTcpStream

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

Aliased Typeยง

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