[][src]Module annotate_snippets::formatter::style

Set of structures required to implement a stylesheet

In order to provide additional styling information for the formatter, a structs can implement Stylesheet and Style traits.

Enums

StyleClass

StyleClass is a collection of named variants of style classes

Traits

Style

This trait implements a return value for the Stylesheet::get_style.

Stylesheet

Trait to annotate structs that can provide Style implementations for every StyleClass variant.