Module websocket::message

source ·
Expand description

Module containing the default implementation for messages.

Structs

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

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]>