Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Close
Frame - A struct representing the close command.
- Utf8
Bytes - Utf8 payload.
- WebSocket
Stream
Enums§
- Close
Code - Status code used to indicate why an endpoint is closing the WebSocket connection.
- Error
- Possible WebSocket errors.
- Message
- An enum representing the various forms of a WebSocket message.
Functions§
Type Aliases§
- Result
- Result type of all Tungstenite library calls.