Traits§
- Trait for deserializing a struct from a tuple of its fields.
- Trait for serializing a struct into a tuple of its fields.
Derive Macros§
- Implements
serde_struct_tuple::DeserializeStructTuple
andserde::Deserialize
for the struct. - Implements
serde_struct_tuple::SerializeStructTuple
andserde::Serialize
for the struct.