[][src]Type Definition websocket_lite::AsyncClient

type AsyncClient<S> = Framed<S, MessageCodec>;

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