Type Alias WsConfig

Source
pub type WsConfig<T> = Config<T>;
๐Ÿ‘ŽDeprecated: Use Config instead
Expand description

A Websocket transport whose output type is a Stream and Sink of frame payloads which does not implement AsyncRead or AsyncWrite. See crate::Config if you require the latter.

Aliased Typeยง

pub struct WsConfig<T> { /* private fields */ }