Type Definition git_features::fs::WalkDir
source · pub type WalkDir = WalkDirGeneric<((), ())>;
Available on crate features
walkdir
or fs-walkdir-parallel
only.Expand description
Builder for walking a directory.