Type Alias RwLockReadGuardTcpStream

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

Aliased Typeยง

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