selectors

Trait StringSelector

Source
pub trait StringSelector {
    // Required methods
    fn exact_match(&self) -> Option<&str>;
    fn pattern(&self) -> Option<&str>;
}

Required Methods§

Source

fn exact_match(&self) -> Option<&str>

Source

fn pattern(&self) -> Option<&str>

Implementations on Foreign Types§

Source§

impl StringSelector for StringSelector

Implementors§