pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;Expand description
Convenient type alias for a tungstenite WebSocketStream.
Aliased Typeยง
struct WebSocket { /* private fields */ }pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;Convenient type alias for a tungstenite WebSocketStream.
struct WebSocket { /* private fields */ }