pub trait IntoSeverity {
    // Required method
    fn into_severity(self) -> Severity;
}
Expand description

Trait that allows to convert a type into a fidl_fuchsia_diagnostics::Severity

Required Methods§

source

fn into_severity(self) -> Severity

Returns a Severity.

Implementations on Foreign Types§

source§

impl IntoSeverity for Level

Implementors§