Trait implementation lrs::group::Info::GroupInfo

Trait for types that hold group info.

Syntax

impl<'a, 'b> GroupInfo<'b> for Info<'a>
    where 'a: 'b,
{
    type Iterator = InfoMemberIter<'b>;
}