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