pub(crate) trait IsError<const L: Level> { }
Expand description
Sealed helper trait for statically checking that a Level
is an error.
pub(crate) trait IsError<const L: Level> { }
Sealed helper trait for statically checking that a Level
is an error.