Struct globset::Candidate [−][src]
pub struct Candidate<'a> { /* fields omitted */ }
A candidate path for matching.
All glob matching in this crate operates on Candidate
values.
Constructing candidates has a very small cost associated with it, so
callers may find it beneficial to amortize that cost when matching a single
path against multiple globs or sets of globs.
Implementations
impl<'a> Candidate<'a>
[src]
impl<'a> Candidate<'a>
[src]