Expand description
Module containing the default implementation for messages.
Structs§
Enums§
- Owned
Message - Represents an owned WebSocket message.
- Type
- Valid types of messages (in the default implementation)
Traits§
- Into
CowBytes - Trait representing the ability to convert
self to a
Cow<'a, [u8]>