barter_integration::protocol::websocket

Type Alias WebSocket

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

Convenient type alias for a tungstenite WebSocketStream.

Aliased Typeยง

struct WebSocket { /* private fields */ }