[][src]Function globwalk::glob

pub fn glob<S: AsRef<str>>(pattern: S) -> Result<GlobWalker, GlobError>

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.