Module websocket_base::message
source · [−]Expand description
Module containing the default implementation for messages.
Structs
Enums
Represents an owned WebSocket message.
Valid types of messages (in the default implementation)
Traits
Trait representing the ability to convert
self to a Cow<'a, [u8]>