pub trait IMapItemMenu_MapTradeMenuItemMethods: IMapItemMenu_MapTradeMenuItem {
// Provided methods
fn get_left_unit(self) -> Unit { ... }
fn get_right_unit(self) -> Unit { ... }
fn set_done(self) { ... }
fn is_done(self) -> bool { ... }
fn on_end(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_left_unit(self) -> Unit
fn get_left_unit(self) -> Unit
GetLeftUnit() overload
Sourcefn get_right_unit(self) -> Unit
fn get_right_unit(self) -> Unit
GetRightUnit() 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: IMapItemMenu_MapTradeMenuItem> IMapItemMenu_MapTradeMenuItemMethods for __T
Available on crate feature
app-mapitemmenu only.