Module websocket

Source
Available on crate feature websocket only.
Expand description

Wrapper around WebSocket API

This API is provided in the following flavors:

Modules§

events
WebSocket Events
futures
The wrapper around WebSocket API using the Futures API to be used in async rust

Enums§

Message
Message sent to and received from WebSocket.
State
The state of the websocket.
WebSocketError
Error returned by WebSocket