Trait annotate_snippets::formatter::style::Style
[−]
[src]
pub trait Style {
fn paint(&self, text: String) -> String;
fn bold(&self) -> Box<Style>;
}
Required Methods
Implementors
impl Style for NoOpStyle