macro_rules! EmptyEnumUnknown {
    () => { ... };
}
Expand description

Pattern that matches an unknown EmptyEnum member.