Module websocket::message [] [src]

Module containing the default implementation for messages.

Structs

Message

Represents a WebSocket message.

Enums

Type

Valid types of messages (in the default implementation)

Traits

IntoCowBytes

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