pub type StylistSheet = DocumentStyleSheet;Expand description
The type of the stylesheets that the stylist contains.
Aliased Type§
pub struct StylistSheet(pub Arc<Stylesheet>);Tuple Fields§
§0: Arc<Stylesheet>pub type StylistSheet = DocumentStyleSheet;The type of the stylesheets that the stylist contains.
pub struct StylistSheet(pub Arc<Stylesheet>);0: Arc<Stylesheet>