Derive Macro VariantConstructors

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

This macro automatically generates functional constructors for all enclosed variants.