Trait implementation lrs::group::Information::GroupInfo

Trait for types that hold group info.

Syntax

impl<'a> GroupInfo<'a> for Information {
    type Iterator = InformationMemberIter<'a>;
}