[−][src]Trait annotate_snippets::formatter::style::Stylesheet
Trait to annotate structs that can provide Style
implementations for
every StyleClass
variant.
Required methods
fn get_style(&self, class: StyleClass) -> Box<dyn Style>
Returns a Style
implementer based on the requested StyleClass
variant.