Module websocket::client::sync [] [src]

Contains the WebSocket client.

Reexports

pub use sender::Writer;
pub use receiver::Reader;

Structs

Client

Represents a WebSocket client, which can send and receive messages/data frames.