Type Alias style::stylist::StylistSheet

source ·
pub type StylistSheet = DocumentStyleSheet;
Expand description

The type of the stylesheets that the stylist contains.

Aliased Type§

struct StylistSheet(pub Arc<Stylesheet>);

Fields§

§0: Arc<Stylesheet>