[][src]Trait streamson_lib::matcher::MatchMaker

pub trait MatchMaker {
    fn match_path(&self, path: &str) -> bool;
}

Common Matcher trait

Required methods

fn match_path(&self, path: &str) -> bool

Check whether the path matches

Arguments

  • path - path to be matched

Returns

  • true if path matches, false otherwise
Loading content...

Implementors

impl MatchMaker for Simple[src]

Loading content...