Function globwalk::glob[][src]

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.