Skip to main content

WebSocketStream

Type Alias WebSocketStream 

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

Type alias for the websocket stream type

Aliased Typeยง

pub struct WebSocketStream { /* private fields */ }