pub trait IMapInspectors_MapInspectorSearch: IObject {
// Provided methods
fn m_list(self) -> RawClassList_1<MapInspector> { ... }
fn set_m_list(self, value: RawClassList_1<MapInspector>) { ... }
}Provided Methods§
fn m_list(self) -> RawClassList_1<MapInspector>
fn set_m_list(self, value: RawClassList_1<MapInspector>)
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.