[][src]Type Definition superfusion::criteria::Criteria

type Criteria = Box<dyn Fn(&Path) -> bool>;

A single 'criteria' is a function that take Path reference and return some boolean.

The input path will be the root of the project directory.