Trait owo_colors::Color[][src]

pub trait Color {
    const ANSI_FG: &'static str;
    const ANSI_BG: &'static str;
}
Expand description

A trait for describing a type which can be used with FgColorDisplay or BgCBgColorDisplay

Associated Constants

Implementors