Struct glob::PatternError [−][src]
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 Debug for PatternError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for PatternError
[src]
impl Error for PatternError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for PatternError
[src]
impl Display for PatternError
Auto Trait Implementations
impl Send for PatternError
impl Send for PatternError
impl Sync for PatternError
impl Sync for PatternError