pub trait IDebugUnitItemMenu_UnitDebugMenuMethods: IDebugUnitItemMenu_UnitDebugMenu {
// Provided methods
fn set_unit(self, unit: impl Into<Unit>) -> DebugUnitItemMenu_UnitDebugMenu { ... }
fn on_close(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_unit(self, unit: impl Into<Unit>) -> DebugUnitItemMenu_UnitDebugMenu
fn set_unit(self, unit: impl Into<Unit>) -> DebugUnitItemMenu_UnitDebugMenu
SetUnit(crate::app::unit::Unit) 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: IDebugUnitItemMenu_UnitDebugMenu> IDebugUnitItemMenu_UnitDebugMenuMethods for __T
Available on crate feature
app-debugunititemmenu only.