pub fn glob<S: AsRef<str>>(pattern: S) -> Result<GlobWalker, GlobError>
Expand description
Construct a new GlobWalker
with a glob pattern.
When iterated, the current directory will be recursively searched for paths
matching pattern
, unless the pattern specifies an absolute path.