Macro SeverityUnknown

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

Pattern that matches an unknown Severity member.