Trait implementation lrs::dir::Iter::Iterator

Objects that can be iterated over.

Syntax

impl<'a> Iterator for Iter<'a> {
    type Item = Entry;
}