Macro erg_compiler::impl_t_for_enum

source ยท
macro_rules! impl_t_for_enum {
    ($Enum: ident; $($Variant: ident $(,)?)*) => { ... };
}