Crate kmip_derive

Crate kmip_derive 

Source

Attribute Macros§

kmip_enum
A convenience macro attribute that automatically adds all necessary derives and representations for KMIP enum types.

Derive Macros§

KmipEnumDeserialize
Deserialize a KMIP enum variant from either the variant value or name. The macro supports deserializing from:
KmipEnumSerialize
Serialize a KMIP enum variant with both the variant name and value.