Enum cwa::log::Level[][src]

#[repr(i32)]
pub enum Level { Error, Warning, Info, }

Variants

Auto Trait Implementations

impl Send for Level

impl Sync for Level