/// Represents permissions for the [`AccessControllable`](crate::AccessControllable) plugin.
pubtraitAccessControlRole{/// Returns the names of all role variants.
fnacl_role_variants()->Vec<&'staticstr>;/// Returns the bitflag corresponding to the super admin permission.
fnacl_super_admin_permission()->u128;/// Returns the bitflag corresponding to the admin permission for the role.
fnacl_admin_permission(self)->u128;/// Returns the bitflag corresponding to the role's permission.
fnacl_permission(self)->u128;}