Type Definition lightningcss::selector::Selector

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

A CSS selector, including a list of components.

Trait Implementations§

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
Visits the value by calling an appropriate method on the Visitor. If no corresponding visitor method exists, then the children are visited. Read more
Visit the children of this value.