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>
pub type StylistSheet = DocumentStyleSheet;
The type of the stylesheets that the stylist contains.
struct StylistSheet(pub Arc<Stylesheet>);
0: Arc<Stylesheet>