pub trait MenuAttributeIterExt: 'static {
// Required methods
fn get_name(&self) -> Option<GString>;
fn get_next(&self) -> Option<(GString, Variant)>;
fn get_value(&self) -> Option<Variant>;
fn next(&self) -> bool;
}
pub trait MenuAttributeIterExt: 'static {
// Required methods
fn get_name(&self) -> Option<GString>;
fn get_next(&self) -> Option<(GString, Variant)>;
fn get_value(&self) -> Option<Variant>;
fn next(&self) -> bool;
}