RwLockReadGuardTcpStream

Type Alias RwLockReadGuardTcpStream 

Source
pub type RwLockReadGuardTcpStream<'a> = RwLockReadGuard<'a, TcpStream>;

Aliased Typeยง

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