Module derive

Source
Expand description

Derive macros provided by the library.

Derive Macrosยง

ConstDefault
Derive the [fancy_default::traits::ConstDefault] trait.
Default
Derive the [core::default::Default] trait.
VariantDefault
Derive no traits, but implement functions/associated constants for the type.