[][src]Derive Macro enum_variant_type::EnumVariantType

#[derive(EnumVariantType)]
{
    // Attributes available to this derive:
    #[evt]
}

Derives a struct for each enum variant.

Struct fields including their attributes are copied over.