Module zvariant::derive[][src]

Derive Macros

Adds Deserialize implementation to structs to be deserialized from a{sv} type.

Implements conversions for your type to/from OwnedValue.

Adds Serialize implementation to structs to be serialized as a{sv} type.

Derive macro to add Type implementation to structs and enums.

Derive macro to add Type implementation to structs serialized as a{sv} type.

Implements conversions for your type to/from Value.