Type Alias barter_integration::protocol::websocket::WebSocket
source · pub type WebSocket = WebSocketStream<MaybeTlsStream<TcpStream>>;Expand description
Convenient type alias for a tungstenite WebSocketStream.
Aliased Type§
struct WebSocket { /* private fields */ }