Module message

Source
Expand description

Module containing the default implementation for messages.

Structs§

CloseData
Represents data contained in a Close message
Message
Represents a WebSocket message.

Enums§

OwnedMessage
Represents an owned WebSocket message.
Type
Valid types of messages (in the default implementation)

Traits§

IntoCowBytes
Trait representing the ability to convert self to a Cow<'a, [u8]>