ArcRwLockWriteGuardTcpStream

Type Alias ArcRwLockWriteGuardTcpStream 

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

Aliased Typeยง

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