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