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