Skip to main content

TableGrant

Type Alias TableGrant 

Source
pub type TableGrant = Grant<TableAclPrivilege>;

Aliased Type§

pub struct TableGrant {
    pub privilege: TableAclPrivilege,
    pub with_grant_option: bool,
}

Fields§

§privilege: TableAclPrivilege§with_grant_option: bool

Whether grantee can re-grant this grant