Skip to main content

IMapTarget_DataSet

Trait IMapTarget_DataSet 

Source
pub trait IMapTarget_DataSet: IObject {
    // Provided methods
    fn m_list(self) -> List_1<MapTarget_Data> { ... }
    fn set_m_list(self, value: List_1<MapTarget_Data>) { ... }
    fn m_stack(self) -> Stack_1<MapTarget_Data> { ... }
    fn set_m_stack(self, value: Stack_1<MapTarget_Data>) { ... }
}

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§