[−][src]Type Definition websocket_lite::Client
type Client<S> = Framed<S, MessageCodec>;
Exposes a Sink for sending WebSocket messages, and a Stream for receiving them.
type Client<S> = Framed<S, MessageCodec>;
Exposes a Sink for sending WebSocket messages, and a Stream for receiving them.