Type Alias NetReadHalf

Source
pub type NetReadHalf = ReadHalf<MaybeStream>;
Expand description

Type alias for the read half of a network stream.

Aliased Typeยง

pub struct NetReadHalf { /* private fields */ }