Struct globset::GlobMatcher [] [src]

pub struct GlobMatcher { /* fields omitted */ }

A matcher for a single pattern.

Methods

impl GlobMatcher
[src]

Tests whether the given path matches this pattern or not.

Tests whether the given path matches this pattern or not.

Trait Implementations

impl Clone for GlobMatcher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlobMatcher
[src]

Formats the value using the given formatter.