Expand description
Abstraction over WebSocket implementations.
Use the fastwebsockets
and ws_stream_wasm
implementations of these traits as an example
for implementing them for other WebSocket implementations.
Structs§
- WebSocket frame.
- Locked WebSocket that can be shared between threads.
Enums§
- Opcode of the WebSocket frame.
Traits§
- Generic WebSocket read trait.
- Generic WebSocket write trait.