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]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.