Derive Macro ConstDefault

Source
#[derive(ConstDefault)]
{
    // Attributes available to this derive:
    #[default]
}
Expand description

Derive the [fancy_default::traits::ConstDefault] trait.