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. Read more

impl Error for PatternError
[src]

This method is soft-deprecated. 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

Auto Trait Implementations

impl Send for PatternError

impl Sync for PatternError