Lines Matching defs:GlobError
91 /// `GlobError` is returned to express this.
99 todo: Vec<Result<(PathBuf, usize), GlobError>>,
116 /// will either be an `Ok(Path)` if the path matched, or an `Err(GlobError)` if
273 pub struct GlobError {
278 impl GlobError {
295 impl Error for GlobError {
307 impl fmt::Display for GlobError {
326 pub type GlobResult = Result<PathBuf, GlobError>;
812 todo: &mut Vec<Result<(PathBuf, usize), GlobError>>,
894 todo.push(Err(GlobError {