Type Definition lightningcss::selector::SelectorList

source ·
pub type SelectorList<'i> = SelectorList<'i, Selectors>;
Expand description

A list of selectors.

Trait Implementations§

Serialize self in CSS syntax, writing to dest.
Serialize self in CSS syntax and return a string. Read more
The types of values contained within this value and its children. This is used to skip branches that don’t have any values requested by the Visitor. Read more
Visit the children of this value.
Visits the value by calling an appropriate method on the Visitor. If no corresponding visitor method exists, then the children are visited. Read more