[][src]Macro insta::glob

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

Executes a closure for all input files matching a glob.

The closure is passed the path to the file.