Struct termion::color::Bg
[−]
[src]
pub struct Bg<C: Color>(pub C);
A background color.
pub struct Bg<C: Color>(pub C);
A background color.
impl<C: Color> Display for Bg<C>
[src]