Expand description
This crate is an internal implementation of the fancy-default
library.
See the [fancy-default
] library’s documentation for instructions on how to use it.
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.