Skip to main content

IMapLayer

Trait IMapLayer 

Source
pub trait IMapLayer: ISingletonClass_1<MapLayer> {
    // Provided methods
    fn m_list(self) -> MapLayer_List { ... }
    fn set_m_list(self, value: MapLayer_List) { ... }
}

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§