Macro CounterIdUnknown
macro_rules! CounterIdUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown CounterId
member.
macro_rules! CounterIdUnknown {
() => { ... };
}
Pattern that matches an unknown CounterId
member.