Function datadriven::walk_async

source ·
pub async fn walk_async<F, T>(dir: &str, f: F)
where F: FnMut(TestFile) -> T, T: Future<Output = TestFile>,
Expand description

The async equivalent of walk. Must return the passed TestFile.