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