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

ObjectIterate represents an iterator of Dir.

Implementors