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