pub trait IGmapMenuSequence_GmapMenu_RankingItem_ConfirmSequence: IProcInst {
// Provided methods
fn m_result_func(self) -> NetEnableSequence_ResultFunction { ... }
fn set_m_result_func(self, value: NetEnableSequence_ResultFunction) { ... }
}Provided Methods§
fn m_result_func(self) -> NetEnableSequence_ResultFunction
fn set_m_result_func(self, value: NetEnableSequence_ResultFunction)
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.