pub type WebSocketStream = SplitStream<WebSocket>;
Type alias for WebSocket split stream.
pub struct WebSocketStream(/* private fields */);