Trait CustomLogType

Source
pub trait CustomLogType: Sync + Debug {
    // Required methods
    fn name(&self) -> &'static str;
    fn color_pair(&self) -> AnsiPair;
}

Required Methods§

Source

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

Source

fn color_pair(&self) -> AnsiPair

Implementors§