pub trait ISubOrderMenu_SubOrderMenuItem: IMapBasicMenuItem {
// Provided methods
fn m_entrust(self) -> UnitEntrust_Type { ... }
fn set_m_entrust(self, value: UnitEntrust_Type) { ... }
}Provided Methods§
fn m_entrust(self) -> UnitEntrust_Type
fn set_m_entrust(self, value: UnitEntrust_Type)
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.