pub trait MenuItemContents<T>: MenuItemContentsSealed<T> { }Expand description
A type that can be used inside of a MenuItemBuilder as a menu item’s
contents.
pub trait MenuItemContents<T>: MenuItemContentsSealed<T> { }A type that can be used inside of a MenuItemBuilder as a menu item’s
contents.