Struct termion::color::Reset [] [src]

pub struct Reset;

Reset colors to defaults.

Trait Implementations

impl Color for Reset
[src]

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

Write the foreground version of this color.

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

Write the background version of this color.