WsStream

Type Alias WsStream 

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

A read/write websocket stream

Aliased Typeยง

pub struct WsStream { /* private fields */ }