pub trait ToAnsiStyle {
    fn ansi_style(&self) -> Style;
}

Required Methods

Implementors