Module tuple

Source
Expand description

Deserialization of adjacently tagged values using tuples.

See ser::adj::tuple for a description of this tagging format.

Structs§

Visitor
A visitor that can be used to deserialize a tuple-based adjacently tagged value.

Functions§

deserialize
Deserialize a tuple-based adjacently tagged value.
deserialize_seed
Deserialize a tuple-based adjacently tagged value with the given tag-seed.