Structs§
- Connection
- The websocket connection.
- WsConfig
- A Websocket transport whose output type is a
StreamandSinkof frame payloads which does not implementAsyncReadorAsyncWrite. Seecrate::WsConfigif you require the latter.
Enums§
- Data
- Application data received over the websocket connection
- Incoming
- Data or control information received over the websocket connection.
- Outgoing
Data - Data sent over the websocket connection.