Derive Macro Default

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

Derive the [core::default::Default] trait.

This derive macro actually implements [fancy_default::traits::Default] to prevent naming pollution.