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