Skip to main content

IMapMind_CommandStack

Trait IMapMind_CommandStack 

Source
pub trait IMapMind_CommandStack: IObject {
    // Provided methods
    fn m_statck(self) -> Stack_1<MapMind_Record> { ... }
    fn set_m_statck(self, value: Stack_1<MapMind_Record>) { ... }
}

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§