Skip to main content

revoke_acl

Function revoke_acl 

Source
pub fn revoke_acl(
    security: &mut DatabaseSecurity,
    privilege: DatabaseAclPrivilege,
    grantees: &[String],
    grantor: &str,
    grant_option_only: bool,
    cascade: bool,
) -> Result<(), SQLError>