pub type WebSocketSink = SplitSink<WebSocket, FrameView>;
Type alias for WebSocket split sink.
pub struct WebSocketSink { /* private fields */ }