Function mz_repr::adt::mz_acl_item::merge_mz_acl_items

source ·
pub fn merge_mz_acl_items(
    mz_acl_items: impl Iterator<Item = MzAclItem>
) -> impl Iterator<Item = MzAclItem>
Expand description

Combines all MzAclItems that have the same grantee and grantor.