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

The ANSI format code for setting this color as the foreground

The ANSI format code for setting this color as the background

Implementors