selectors

Trait TreeSelector

Source
pub trait TreeSelector {
    type Segment: StringSelector;

    // Required methods
    fn node_path(&self) -> Option<&[Self::Segment]>;
    fn property(&self) -> Option<&Self::Segment>;
}

Required Associated Types§

Required Methods§

Source

fn node_path(&self) -> Option<&[Self::Segment]>

Source

fn property(&self) -> Option<&Self::Segment>

Implementations on Foreign Types§

Source§

impl TreeSelector for TreeSelector

Implementors§