Trait websocket::stream::sync::AsTcpStream [−][src]
The ability access a borrow to an underlying TcpStream,
so one can set options on the stream such as nonblocking
.
Required methods
Loading content...Implementations on Foreign Types
impl<T> AsTcpStream for Box<T, Global> where
T: AsTcpStream + ?Sized,
[src]
Loading content...T: AsTcpStream + ?Sized,