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::Defaulttrait. - Variant
Default - Derive no traits, but implement functions/associated constants for the type.