Macro insta::glob[][src]

macro_rules! glob {
    ($glob : expr, $closure : expr) => { ... };
}
Expand description

Executes a closure for all input files matching a glob.

The closure is passed the path to the file.