Struct termion::color::Fg [] [src]

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

A foreground color.

Trait Implementations

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

Formats the value using the given formatter.