pub trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItem: IBasicMenuItem {
// Provided methods
fn m_difficulty(self) -> Difficulty { ... }
fn set_m_difficulty(self, value: Difficulty) { ... }
}Provided Methods§
fn m_difficulty(self) -> Difficulty
fn set_m_difficulty(self, value: Difficulty)
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.