Type Alias WebSocketReceiver

Source
pub type WebSocketReceiver = SplitStream<WebSocketStream<TcpStream>>;
Expand description

WebSocket stream receiver for receiving tungstenite::Message. This stream object must have a mutable reference and can not be cloned.

Aliased Typeยง

struct WebSocketReceiver(/* private fields */);