Trait for types that hold group info.
impl<'a, 'b> GroupInfo<'b> for Info<'a> where 'a: 'b, { type Iterator = InfoMemberIter<'b>; }