pub trait MenuAttributeIterExt: 'static {
    fn next(&self) -> Option<(GString, Variant)>;
}

Required methods

Implementors