pub type ArcRwLockWriteGuardTcpStream<'a> = Arc<RwLockWriteGuard<'a, TcpStream>>;Expand description
A thread-safe reference to a RwLock write guard for TcpStream.
Aliased Typeยง
pub struct ArcRwLockWriteGuardTcpStream<'a> { /* private fields */ }