pub trait Matcher: Debug + Send {
// Required method
fn match_path(&self, path: &Path, kind: ParsedKind) -> bool;
}
Expand description
Common Matcher trait
pub trait Matcher: Debug + Send {
// Required method
fn match_path(&self, path: &Path, kind: ParsedKind) -> bool;
}
Common Matcher trait