pub trait IMapSummonMenu_SummonColorMenuItem: IMapBasicMenuItem {
// Provided methods
fn m_color(self) -> PersonData_Colors { ... }
fn set_m_color(self, value: PersonData_Colors) { ... }
}Provided Methods§
fn m_color(self) -> PersonData_Colors
fn set_m_color(self, value: PersonData_Colors)
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.