pub type WsClient = Client<TlsStream<TcpStream>>;
Expand description

A type alias for the async websocket client type.