pub type ArcRwLockWriteGuardTcpStream<'a> = Arc<RwLockWriteGuard<'a, TcpStream>>;Aliased Typeยง
struct ArcRwLockWriteGuardTcpStream<'a> { /* private fields */ }pub type ArcRwLockWriteGuardTcpStream<'a> = Arc<RwLockWriteGuard<'a, TcpStream>>;struct ArcRwLockWriteGuardTcpStream<'a> { /* private fields */ }