Struct globset::GlobMatcher [−][src]
pub struct GlobMatcher { /* fields omitted */ }
A matcher for a single pattern.
Implementations
impl GlobMatcher
[src]
impl GlobMatcher
[src]pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool
[src]
Tests whether the given path matches this pattern or not.
pub fn is_match_candidate(&self, path: &Candidate<'_>) -> bool
[src]
Tests whether the given path matches this pattern or not.
pub fn glob(&self) -> &Glob
[src]
Returns the Glob
used to compile this matcher.
Trait Implementations
impl Clone for GlobMatcher
[src]
impl Clone for GlobMatcher
[src]