Module serde_tagged::de::adj::tuple
source · Expand description
Deserialization of adjacently tagged values using tuples.
See ser::adj::tuple
for a description of this tagging
format.
Structs§
- A visitor that can be used to deserialize a tuple-based adjacently tagged value.
Functions§
- Deserialize a tuple-based adjacently tagged value.
- Deserialize a tuple-based adjacently tagged value with the given tag-seed.