pub type WsConfig<T> = Config<T>;
๐Deprecated: Use
Config
insteadAvailable 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 */ }