[][src]Trait ansi_rgb::Foreground

pub trait Foreground: Sized {
    fn fg(self, rgb: RGB8) -> WithForeground<Self>;
}

Adds a foreground color

Required methods

fn fg(self, rgb: RGB8) -> WithForeground<Self>

Adds the given foreground color

Loading content...

Implementors

impl<T> Foreground for T[src]

Loading content...