pub type CssContentGroup<'a> = Vec<&'a CssPathSelector>;Expand description
A group of CSS path selectors, used during selector matching.
Aliased Typeยง
pub struct CssContentGroup<'a> { /* private fields */ }pub type CssContentGroup<'a> = Vec<&'a CssPathSelector>;A group of CSS path selectors, used during selector matching.
pub struct CssContentGroup<'a> { /* private fields */ }