Type Alias WebSocket

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

Convenient type alias for a tungstenite WebSocketStream.

Aliased Typeยง

pub struct WebSocket { /* private fields */ }