pub fn merge_mz_acl_items( mz_acl_items: impl Iterator<Item = MzAclItem>, ) -> impl Iterator<Item = MzAclItem>
Combines all MzAclItems that have the same grantee and grantor.
MzAclItem