Type Alias AsyncClient

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

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

Aliased Typeยง

pub struct AsyncClient<S> { /* private fields */ }