Searched defs:PatternError (Results 1 – 2 of 2) 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 { implementation508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument545 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument
36 PatternError(#[from] glob::PatternError), enumerator