pub type WsStream = WebSocketStream<MaybeTlsStream<TcpStream>>;Expand description
Raw WebSocket stream type the client multiplexes.
Aliased Typeยง
pub struct WsStream { /* private fields */ }pub type WsStream = WebSocketStream<MaybeTlsStream<TcpStream>>;Raw WebSocket stream type the client multiplexes.
pub struct WsStream { /* private fields */ }