pub trait IInventorySubMenu_BaseMenuItemMethods: IInventorySubMenu_BaseMenuItem {
// Provided methods
fn b_call(self) -> BasicMenu_Result { ... }
fn on_build_menu_item_content(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
OnBuildMenuItemContent() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IInventorySubMenu_BaseMenuItem> IInventorySubMenu_BaseMenuItemMethods for __T
Available on crate feature
app-inventorysubmenu only.