Struct glob::PatternError [] [src]

pub struct PatternError {
    pub pos: usize,
    pub msg: &'static str,
}

A pattern parsing error.

Fields

The approximate character index of where the error occurred.

A message describing the error.

Trait Implementations

impl Debug for PatternError
[src]

Formats the value using the given formatter.

impl Error for PatternError
[src]

A short description of the error. Read more

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

impl Display for PatternError
[src]

Formats the value using the given formatter. Read more