Skip to main content

IMapInspectors_MapInspectorSearch

Trait IMapInspectors_MapInspectorSearch 

Source
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§

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§