Traits§
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Serialize
Struct - Returned from
Serializer::serialize_struct
. - Serializer
- A data format that can serialize any data structure supported by Serde.
Serializer::serialize_struct
.