pub type WsStream = WebSocketStream<MaybeTlsStream<TcpStream>>;
A read/write websocket stream
pub struct WsStream { /* private fields */ }