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