Method lrs::dir::Iter::rewind

Rewind the iterator to the first entry.

Syntax

impl<'a> Iter<'a> {
    fn rewind(&mut self) -> Result<(), Errno>
}