Type Alias AsyncClient

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

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

Aliased Typeยง

pub struct AsyncClient { /* private fields */ }