Home
last modified time | relevance | path

Searched defs:GlobError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/glob/src/
Dlib.rs273 pub struct GlobError { struct
278 impl GlobError { argument
295 impl Error for GlobError { implementation
307 impl fmt::Display for GlobError { implementation
812 todo: &mut Vec<Result<(PathBuf, usize), GlobError>>, in fill_todo() argument