Struct NoOpStyle
annotate_snippets::stylesheets::no_color
pub struct NoOpStyle {}
impl Style for NoOpStyle
fn paint(&self, text: String) -> String
fn bold(&self) -> Box<Style>
impl Send for NoOpStyle
impl Sync for NoOpStyle