Module websocket

Source
Expand description

Module for interacting with WebSocket APIs.

Structs§

ReconnectState
A struct to request the WebSocketConnection to perform a reconnect.
WebSocketConfig
Configuration for WebSocketHandler.
WebSocketConnection
A struct that holds a websocket connection.

Enums§

TungsteniteError
Possible WebSocket errors.
WebSocketMessage
An enum that represents a websocket message.

Traits§

WebSocketHandler
A trait which is used to handle events on the WebSocketConnection.