Trait 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
type Impl: SelectorImpl
Required Methods
fn visit<V>(&self, visitor: &mut V) -> bool where
V: SelectorVisitor<Impl = Self::Impl>,
V: SelectorVisitor<Impl = Self::Impl>,
Implementors
impl<Impl: SelectorImpl> SelectorMethods for Selector<Impl> type Impl = Impl;impl<Impl: SelectorImpl> SelectorMethods for Component<Impl> type Impl = Impl;