Type Alias barter_integration::protocol::websocket::WsStream
source · pub type WsStream = SplitStream<WebSocket>;Expand description
Convenient type alias for the Stream half of a tungstenite WebSocket.
Aliased Type§
struct WsStream(/* private fields */);