Searched defs:GlobError (Results 1 – 2 of 2) sorted by relevance
273 pub struct GlobError { struct278 impl GlobError { impl295 impl Error for GlobError { implementation307 impl fmt::Display for GlobError { implementation812 todo: &mut Vec<Result<(PathBuf, usize), GlobError>>, in fill_todo() argument
34 GlobError(#[from] glob::GlobError), enumerator