Trait implementation lrs::group::InfoMemberIter::Iterator

Objects that can be iterated over.

Syntax

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