Trait css::selectors::parser::SelectorMethods [] [src]

pub trait SelectorMethods {
    type Impl: SelectorImpl;
    fn visit<V>(&self, visitor: &mut V) -> bool
    where
        V: SelectorVisitor<Impl = Self::Impl>
; }

Associated Types

Required Methods

Implementors