pub trait SeverityExt {
    // Required methods
    fn severity(&self) -> Severity;
    fn raw_severity(&self) -> RawSeverity;
}
Expand description

A type which has a Severity.

Required Methods§

source

fn severity(&self) -> Severity

Return the severity of this value.

source

fn raw_severity(&self) -> RawSeverity

Return the raw severity of this value.

Implementations on Foreign Types§

source§

impl SeverityExt for Metadata<'_>

Implementors§