Expand description
Module for interacting with WebSocket APIs.
Structs§
- Reconnect
State - A
struct
to request the WebSocketConnection to perform a reconnect. - WebSocket
Config - Configuration for WebSocketHandler.
- WebSocket
Connection - A
struct
that holds a websocket connection.
Enums§
- Tungstenite
Error - Possible WebSocket errors.
- WebSocket
Message - An enum that represents a websocket message.
Traits§
- WebSocket
Handler - A
trait
which is used to handle events on the WebSocketConnection.