pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;Expand description
Convenient type alias for a tungstenite WebSocketStream.
pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;Convenient type alias for a tungstenite WebSocketStream.