pub trait IRefineRingUnitSelectMenu: IBasicMenu {
// Provided methods
fn m_god_select_root(self) -> GodSelectRoot { ... }
fn set_m_god_select_root(self, value: GodSelectRoot) { ... }
}Provided Methods§
fn m_god_select_root(self) -> GodSelectRoot
fn set_m_god_select_root(self, value: GodSelectRoot)
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.