pub(crate) trait IsError<const L: Level> { }
Expand description

Sealed helper trait for statically checking that a Level is an error.

Implementations on Foreign Types§

source§

impl IsError<{ Level::DelayedBug }> for ()

source§

impl IsError<{ Level::Fatal }> for ()

source§

impl IsError<{ Level::Error { lint: false } }> for ()

source§

impl IsError<{ Level::Bug }> for ()

Implementors§