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