Skip to main content

ProxiedWsStream

Type Alias ProxiedWsStream 

pub type ProxiedWsStream = WebSocketStream<BoxedIo>;
Expand description

Convenience alias for the WebSocket stream returned by the proxy-aware connect helpers.

Aliased Typeยง

pub struct ProxiedWsStream { /* private fields */ }