Enum cheddar::Level
[−]
[src]
pub enum Level { Bug, Fatal, Error, Warning, Note, Help, }
Variants
Bug
Fatal
Error
Warning
Note
Help
Trait Implementations
impl Debug for Level
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.