pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;
Expand description

Convenient type alias for a tungstenite WebSocketStream.