#[derive(Default)] { // Attributes available to this derive: #[default] }
Derive the [core::default::Default] trait.
core::default::Default
This derive macro actually implements [fancy_default::traits::Default] to prevent naming pollution.
fancy_default::traits::Default