mz_repr::adt::mz_acl_item

Function 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.