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