#[denom]Expand description
This macro:
- Ensures that the input item is a Zero-sized struct
- Derives Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Copy, Default
- Derives Serialize, Deserialize if the feature “serde” is enabled
- Derives JsonSchema if the feature “schemars” is enabled
- Adds the
unsafeDenomination trait to the input item