barter_integration::protocol::websocket

Type Alias WsSink

Source
pub type WsSink = SplitSink<WebSocket, WsMessage>;
Expand description

Convenient type alias for the Sink half of a tungstenite WebSocket.

Aliased Typeยง

struct WsSink { /* private fields */ }