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

Required Methods§

Implementors§