Trait implementation lrs::option::Option::Iterator

Objects that can be iterated over.

Syntax

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