pub trait IVersusSequence_ResultDialog_AssistItem: IBasicDialogItem {
// Provided methods
fn m_select_id(self) -> VersusSequence_ResultDialog_SelectMenu { ... }
fn set_m_select_id(self, value: VersusSequence_ResultDialog_SelectMenu) { ... }
}Provided Methods§
fn m_select_id(self) -> VersusSequence_ResultDialog_SelectMenu
fn set_m_select_id(self, value: VersusSequence_ResultDialog_SelectMenu)
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.