BlockingStream

Trait BlockingStream 

Source
pub trait BlockingStream: Read + Write { }

Implementations on Foreign Types§

Source§

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.

Source§

impl BlockingStream for TlsStream<TcpStream>

Implementors§