Home
last modified time | relevance | path

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

/external/rust/crates/glob/src/
Dlib.rs153 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument
170 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument
434 pub struct PatternError { struct
442 impl Error for PatternError { argument
448 impl fmt::Display for PatternError { implementation
500 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument
537 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument