Trait websocket_base::stream::sync::NetworkStream [−][src]
a Stream that can also be used as a borrow to a TcpStream
this is useful when you want to set TcpStream options on a
Stream like nonblocking.
Implementors
impl<S> NetworkStream for S where
S: Read + Write + AsTcpStream, [src]
S: Read + Write + AsTcpStream,