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

Required methods

Implementors