pub type AsyncClient<S> = Framed<S, MessageCodec>;
Expand description

Exposes a Sink and a Stream for sending and receiving WebSocket messages asynchronously.