#[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.
#[derive(Default)]
{
// Attributes available to this derive:
#[default]
}
Derive the [core::default::Default
] trait.
This derive macro actually implements
[fancy_default::traits::Default
] to prevent naming pollution.