[][src]Trait ansi_rgb::Foreground

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

Required methods

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

Loading content...

Implementors

impl<'_, T> Foreground for &'_ T[src]

Loading content...