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 MzAclItem
s that have the same grantee and grantor.