Expand description

Codecs for converting to/from websocket message types.

Structs

TungsteniteCodectokio-tungstenite
A codec describing how to encode/decode tungstenite::Messages.

Traits

A trait describing how to encode/decode a websocket message. This is provided to allow users to use their own websocket library instead of the default one.