Searched refs:PatternError (Results 1 – 1 of 1) sorted by relevance
160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument442 pub struct PatternError { struct450 impl Error for PatternError { argument456 impl fmt::Display for PatternError { implementation506 type Err = PatternError;508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument545 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument567 return Err(PatternError { in new()586 return Err(PatternError { in new()[all …]