Searched defs:PatternError (Results 1 – 1 of 1) sorted by relevance
153 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument170 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument434 pub struct PatternError { struct442 impl Error for PatternError { argument448 impl fmt::Display for PatternError { implementation500 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument537 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument