Struct lrs::dir::Iter

An iterator over the entries in a directory.

Syntax

struct Iter<'a> {
    /* private fields */
}

Methods

ReceiverNameDescription
&mut selfrewind

Rewind the iterator to the first entry.

Trait implementations

NameDescription
Iterator

Objects that can be iterated over.