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