Crate fancy_default_derive

Source
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§

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.