Trait Stylesheet
annotate_snippets::formatter::style
pub trait Stylesheet { fn get_style(&self, class: StyleClass) -> Box<Style>; }
fn get_style(&self, class: StyleClass) -> Box<Style>
impl Stylesheet for NoColorStylesheet