Skip to main content

SchemaGrant

Type Alias SchemaGrant 

Source
pub type SchemaGrant = Grant<SchemaAclPrivilege>;

Aliased Type§

pub struct SchemaGrant {
    pub privilege: SchemaAclPrivilege,
    pub with_grant_option: bool,
}

Fields§

§privilege: SchemaAclPrivilege§with_grant_option: bool

Whether grantee can re-grant this grant