Expand description
Generic WebSocket message stream.
Re-exports§
pub use self::frame::CloseFrame;
Modules§
Structs§
- WebSocket
 - WebSocket input-output stream.
 - WebSocket
Config  - The configuration for WebSocket connection.
 - WebSocket
Context  - A context for managing WebSocket stream.
 
Enums§
- Message
 - An enum representing the various forms of a WebSocket message.
 - Role
 - Indicates a Client or Server role of the websocket
 - WebSocket
State 🔒 - The current connection state.
 
Traits§
- Check
Connection 🔒Reset  - Translate “Connection reset by peer” into 
ConnectionClosedif appropriate.