mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 22:11:09 +00:00

This count should mean the number of fields expected in the serialized form, so if some fields are skipped, they shouldn't be counted Methods affected: - Deserializer::deserialize_tuple - Deserializer::deserialize_tuple_struct - VariantAccess::tuple_variant