[][src]Trait owo_colors::Color

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

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

Associated Constants

const ANSI_FG: &'static str

const ANSI_BG: &'static str

Loading content...

Implementors

impl Color for Black[src]

impl Color for Blue[src]

impl Color for BrightBlack[src]

impl Color for BrightBlue[src]

impl Color for BrightCyan[src]

impl Color for BrightGreen[src]

impl Color for BrightMagenta[src]

impl Color for BrightRed[src]

impl Color for BrightWhite[src]

impl Color for BrightYellow[src]

impl Color for Cyan[src]

impl Color for Green[src]

impl Color for Magenta[src]

impl Color for Red[src]

impl Color for White[src]

impl Color for Yellow[src]

Loading content...