Struct glob::PatternError [] [src]

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

A pattern parsing error.

Fields

pos

The approximate character index of where the error occurred.

msg

A message describing the error.

Trait Implementations

impl Error for PatternError
[src]

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>
1.0.0

impl Display for PatternError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for PatternError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result