Type Alias WsConfig

Source
pub type WsConfig<T> = Config<T>;
๐Ÿ‘ŽDeprecated: Use Config instead
Available on crate feature websocket and non-WebAssembly only.
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ยง

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