pub trait IGmapMenuSequence_GoToMapSequenceMethods: IGmapMenuSequence_GoToMapSequence {
// Provided methods
fn open_dialog(self) { ... }
fn move_solanel(self) { ... }
fn move_gmap(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn open_dialog(self)
fn open_dialog(self)
OpenDialog() overload
Sourcefn move_solanel(self)
fn move_solanel(self)
MoveSolanel() 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: IGmapMenuSequence_GoToMapSequence> IGmapMenuSequence_GoToMapSequenceMethods for __T
Available on crate feature
app-gmapmenusequence only.