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