Home
last modified time | relevance | path

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

/external/rust/crates/glob/src/
Dlib.rs267 pub struct GlobError { struct
272 impl GlobError { argument
289 impl Error for GlobError { implementation
299 impl fmt::Display for GlobError { implementation
803 todo: &mut Vec<Result<(PathBuf, usize), GlobError>>, in fill_todo() argument