Trait blackbox_log::units::Flag

source ·
pub trait Flag {
    // Required method
    fn as_name(&self) -> &'static str;
}

Required Methods§

source

fn as_name(&self) -> &'static str

Returns the name of this flag.

Implementors§