#[derive(IsDefault)] { // Attributes available to this derive: #[is_default] #[default] }
Derive macro generating an impl of the trait IsDefault.
IsDefault