Expand description
Module for interacting with WebSocket APIs.
Structs§
- A
structto request the WebSocketConnection to perform a reconnect. - Configuration for WebSocketHandler.
- A
structthat holds a websocket connection.
Enums§
- Possible WebSocket errors.
- An enum that represents a websocket message.
Traits§
- A
traitwhich is used to handle events on the WebSocketConnection.