pub type TypeAclItem = AclItem<TypeAclPrivilege>;Aliased Type§
pub struct TypeAclItem {
pub grantee: Option<SmolStr>,
pub grantor: SmolStr,
pub grants: Vec<Grant<TypeAclPrivilege>>,
}Fields§
§grantee: Option<SmolStr>None means the grants are for public
grantor: SmolStrThe role who granted these grants
grants: Vec<Grant<TypeAclPrivilege>>