This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module codec

Source
Expand description

Submodule providing the Codec trait and its default implementation using bincode.

Structs§

Bincode
Default message encoding with bincode.

Traits§

Codec
Message Encoding and Decoding Format