Struct termion::color::Bg [] [src]

pub struct Bg<C: Color>(pub C);

A background color.

Trait Implementations

impl<C: Color> Display for Bg<C>
[src]

Formats the value using the given formatter.