pub trait Stylize { // Required method fn style(&self, style: Style) -> String; }
Wrap the current value in the given style (an ANSI color escape code).