pub trait BlockingStream: Read + Write { }Implementations on Foreign Types§
impl BlockingStream for UnixStream
A new trait, which can be used to represent Unix- and Tls encrypted TcpStreams.
This is necessary to write generic functions where both types can be used.