Skip to main content

WsStream

Type Alias WsStream 

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

Raw WebSocket stream type the client multiplexes.

Aliased Typeยง

pub struct WsStream { /* private fields */ }