Macro erg_common::impl_display_for_enum

source ·
macro_rules! impl_display_for_enum {
    ($Enum: ident; $($Variant: ident $(,)?)*) => { ... };
}