Skip to main content

DbGrant

Type Alias DbGrant 

Source
pub type DbGrant = Grant<DbAclPrivilege>;

Aliased Type§

pub struct DbGrant {
    pub privilege: DbAclPrivilege,
    pub with_grant_option: bool,
}

Fields§

§privilege: DbAclPrivilege§with_grant_option: bool

Whether grantee can re-grant this grant