pub type WsSink = SplitSink<WsStream, Message>;
A websocket sink (write end)
pub struct WsSink { /* private fields */ }