#[derive(VariantConstructors)]
{
// Attributes available to this derive:
#[scsys]
}
Expand description
This macro automatically generates functional constructors for all enclosed variants.
#[derive(VariantConstructors)]
{
// Attributes available to this derive:
#[scsys]
}
This macro automatically generates functional constructors for all enclosed variants.