pub type WsStream = WebSocketStream<MaybeTlsStream<TcpStream>>;
pub struct WsStream { /* private fields */ }