Skip to main content

IGmapMenuSequence_GmapMenu_RankingItem_ConfirmSequenceMethods

Trait IGmapMenuSequence_GmapMenu_RankingItem_ConfirmSequenceMethods 

Source
pub trait IGmapMenuSequence_GmapMenu_RankingItem_ConfirmSequenceMethods: IGmapMenuSequence_GmapMenu_RankingItem_ConfirmSequence {
    // Provided methods
    fn ctor(self, result_func: impl Into<NetEnableSequence_ResultFunction>) { ... }
    fn confirm(self) { ... }
}

Provided Methods§

Source

fn ctor(self, result_func: impl Into<NetEnableSequence_ResultFunction>)

.ctor(crate::app::netenablesequence::NetEnableSequence_ResultFunction) overload

Source

fn confirm(self)

Confirm() overload

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.

Implementors§