Expand description

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 is a collection of named variants of style classes

Traits

  • This trait implements a return value for the Stylesheet::get_style.
  • Trait to annotate structs that can provide Style implementations for every StyleClass variant.