Macro CounterUnknown

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

Pattern that matches an unknown Counter member.