Struct glob::PatternError 
                   
                       [−]
                   
               [src]
pub struct PatternError {
    pub pos: usize,
    pub msg: &'static str,
}A pattern parsing error.
Fields
pos: usize
                           The approximate character index of where the error occurred.
msg: &'static str
                           A message describing the error.
Trait Implementations
impl Debug for PatternError[src]
impl Error for PatternError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more