Trait MatchMaker
streamson_lib::matcher
pub trait MatchMaker { fn match_path(&self, path: &str) -> bool; }
Common Matcher trait
fn match_path(&self, path: &str) -> bool
Check whether the path matches
path
true
false
impl MatchMaker for Simple