Function datadriven::walk_async
source ยท pub async fn walk_async<F, T>(dir: &str, f: F)
Expand description
The async equivalent of walk
. Must return the passed TestFile
.
pub async fn walk_async<F, T>(dir: &str, f: F)
The async equivalent of walk
. Must return the passed TestFile
.