[][src]Type Definition hyper_websocket_lite::AsyncClient

type AsyncClient = Framed<Upgraded, MessageCodec>;

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