Trait implementation lrs::group::InformationIter::Iterator

Objects that can be iterated over.

Syntax

impl<'a> Iterator for InformationIter<'a> {
    type Item = Information;
}