Trait for types that hold group info.
impl<'a> GroupInfo<'a> for Information { type Iterator = InformationMemberIter<'a>; }