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 */ }
pub type AsyncClient = Framed<Upgraded, MessageCodec>;
Exposes a Sink
and a Stream
for sending and receiving WebSocket messages asynchronously.
pub struct AsyncClient { /* private fields */ }