Skip to main content

IGmapMenuSequence

Trait IGmapMenuSequence 

Source
pub trait IGmapMenuSequence: ISingletonProcInst_1<GmapMenuSequence> {
    // Provided methods
    fn m_open_top_callback(self) -> Action { ... }
    fn set_m_open_top_callback(self, value: Action) { ... }
    fn m_decide_callback(self) -> Action { ... }
    fn set_m_decide_callback(self, value: Action) { ... }
    fn m_close_callback(self) -> Action { ... }
    fn set_m_close_callback(self, value: Action) { ... }
}

Provided Methods§

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§