Home
last modified time | relevance | path

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

/external/rust/crates/glob/src/
Dlib.rs160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument
177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument
442 pub struct PatternError { struct
450 impl Error for PatternError { argument
456 impl fmt::Display for PatternError { implementation
508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument
545 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument