pub trait DirIterate: Iterator<Item = Result<DirEntry>> { }
Expand description

DirIterate represents an iterator of Dir.

Implementors