pub type WsSink = SplitSink<WebSocket, WsMessage>;
Convenient type alias for the Sink half of a tungstenite WebSocket.
Sink
WebSocket
pub struct WsSink { /* private fields */ }