Struct capturing_glob::Entry [] [src]

pub struct Entry { /* fields omitted */ }

Entry that contains file path as well as all capture groups if any

Methods

impl Entry
[src]

[src]

Get path represented by this entry

[src]

Get capture group number n

The n is 1-based as in regexes (group 0 is the whole path)

Trait Implementations

impl Debug for Entry
[src]

[src]

Formats the value using the given formatter.

impl Into<PathBuf> for Entry
[src]

[src]

Performs the conversion.

impl AsRef<Path> for Entry
[src]

[src]

Performs the conversion.