Struct NoOpStyle
annotate_snippets::stylesheets::no_color
pub struct NoOpStyle {}
impl Style for NoOpStyle
fn paint(&self, text: &str) -> String
The method used by the DisplayListFormatter to style the message.
fn bold(&self) -> Box<Style>
The method used by the DisplayListFormatter to display the message in bold font. Read more
impl Send for NoOpStyle
impl Sync for NoOpStyle