pub type PathIter = Box<dyn Iterator<Item = PathBuf> + Send>;
Iterator of paths
pub struct PathIter(/* private fields */);