Macro PriorityUnknown

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

Pattern that matches an unknown Priority member.