pub type PbActionWithGrantOption = ActionWithGrantOption;Aliased Type§
pub struct PbActionWithGrantOption {
pub action: i32,
pub with_grant_option: bool,
pub granted_by: u32,
}Fields§
§action: i32§with_grant_option: bool§granted_by: u32