IsDefault

Derive Macro IsDefault 

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

Derive macro generating an impl of the trait IsDefault.