pub trait IMapLayer: ISingletonClass_1<MapLayer> {
// Provided methods
fn m_list(self) -> MapLayer_List { ... }
fn set_m_list(self, value: MapLayer_List) { ... }
}Provided Methods§
fn m_list(self) -> MapLayer_List
fn set_m_list(self, value: MapLayer_List)
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.