Function datadriven::walk_async_exclusive
source ยท pub async fn walk_async_exclusive<F, T, M>(
dir: &str,
f: F,
exclusion_matcher: M,
)
Expand description
The same as walk_async
but accepts an additional matcher to exclude matching files from being
tested.