Skip to main content

IGmapMenuSequence_GoToMapSequenceMethods

Trait IGmapMenuSequence_GoToMapSequenceMethods 

Source
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§

Source

fn open_dialog(self)

OpenDialog() overload

Source

fn move_solanel(self)

MoveSolanel() overload

Source

fn move_gmap(self)

MoveGmap() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IGmapMenuSequence_GoToMapSequence> IGmapMenuSequence_GoToMapSequenceMethods for __T

Available on crate feature app-gmapmenusequence only.