Trait implementation lrs::group::InformationMemberIter::Iterator

Objects that can be iterated over.

Syntax

impl<'a> Iterator for InformationMemberIter<'a> {
    type Item = &'a ByteStr;
}