pub trait IItemShopBuyMenu_ChangeUnitToNextEventHandlerMethods: IItemShopBuyMenu_ChangeUnitToNextEventHandler {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(self, unit_item: impl Into<UnitItem>) { ... }
}Provided Methods§
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: IItemShopBuyMenu_ChangeUnitToNextEventHandler> IItemShopBuyMenu_ChangeUnitToNextEventHandlerMethods for __T
Available on crate feature
app-itemshopbuymenu only.