Trait websocket_base::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
Implementations on Foreign Types
impl<T: ?Sized> AsTcpStream for Box<T> where
T: AsTcpStream,
[src][−]
T: AsTcpStream,