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