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