pub trait IVersusSequence_VersusTopMenu_RankedMenuItemMethods: IVersusSequence_VersusTopMenu_RankedMenuItem {
// Provided methods
fn ctor(self) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn is_valid(self) -> bool { ... }
fn on_select(self) { ... }
}Provided Methods§
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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§
impl<__T: IVersusSequence_VersusTopMenu_RankedMenuItem> IVersusSequence_VersusTopMenu_RankedMenuItemMethods for __T
Available on crate feature
app-versussequence only.