Struct std::fs::WalkDirUnstable [-] [+] [src]

pub struct WalkDir {
    // some fields omitted
}

An iterator that recursively walks over the contents of a directory.

Trait Implementations

impl Iterator for WalkDir

type Item = Result<DirEntry>

fn next(&mut self) -> Option<Result<DirEntry>>

fn size_hint(&self) -> (usize, Option<usize>)