PathIter

Type Alias PathIter 

Source
pub type PathIter = Box<dyn Iterator<Item = PathBuf> + Send>;
Expand description

Iterator of paths

Aliased Typeยง

pub struct PathIter(/* private fields */);