pub type ClientWsStream = WebSocketStream<TlsStream<TcpStream>>;
pub struct ClientWsStream { /* private fields */ }