Skip to main content

make_mz_acl_item

Function make_mz_acl_item 

Source
fn make_mz_acl_item(
    grantee_str: &str,
    grantor_str: &str,
    privileges: &str,
) -> Result<MzAclItem, EvalError>