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

Implementors