pub async fn walk_async<F, T>(dir: &str, f: F)where F: FnMut(TestFile) -> T, T: Future<Output = TestFile>,
The async equivalent of walk. Must return the passed TestFile.
walk
TestFile