Skip to main content

select_acl_grantor

Function select_acl_grantor 

Source
pub fn select_acl_grantor(
    security: &SequenceSecurity,
    privilege: AclPrivilege,
    current_user: &str,
    roles: &BTreeMap<String, RoleDefinition>,
    memberships: &BTreeMap<RoleMembershipKey, RoleMembership>,
) -> Option<String>