[][src]Trait ansi_rgb::Background

pub trait Background: Sized {
    fn bg(self, rgb: Rgb) -> WithBackground<Self>;
}

Required methods

fn bg(self, rgb: Rgb) -> WithBackground<Self>

Loading content...

Implementors

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

Loading content...