pub trait IHubMenuSequenceMethods: IHubMenuSequence {
// Provided methods
fn open_dialog_next(self) { ... }
fn open_dialog_gmap(self) { ... }
fn create_map_info_bind(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn open_dialog_next(self)
fn open_dialog_next(self)
OpenDialogNext() overload
Sourcefn open_dialog_gmap(self)
fn open_dialog_gmap(self)
OpenDialogGmap() overload
Sourcefn create_map_info_bind(self)
fn create_map_info_bind(self)
CreateMapInfoBind() 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: IHubMenuSequence> IHubMenuSequenceMethods for __T
Available on crate feature
app-hubmenusequence only.