Enum capturing_glob::SubstitutionError [] [src]

pub enum SubstitutionError {
    MissingGroup(usize),
    UnexpectedWildcard,
}

A pattern substitution error

Variants

No value supplied for capture group

Wildcard char *?[..] is outside of the capture group

Trait Implementations

impl Debug for SubstitutionError
[src]

[src]

Formats the value using the given formatter.

impl Error for SubstitutionError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for SubstitutionError
[src]

[src]

Formats the value using the given formatter. Read more