Trait implementation lrs::iter::Empty::Iterator

Objects that can be iterated over.

Syntax

impl<T> Iterator for Empty<T> {
    type Item = T;
}