Expand description
Derive macros provided by the library.
Derive Macrosยง
- Const
Default - Derive the [
fancy_default::traits::ConstDefault
] trait. - Default
- Derive the [
core::default::Default
] trait. - Variant
Default - Derive no traits, but implement functions/associated constants for the type.