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