pub trait IMapImageHistory_HeatMap: IObject {
// Provided methods
fn m_maps(self) -> Array<MapImageCoreByte> { ... }
fn set_m_maps(self, value: Array<MapImageCoreByte>) { ... }
}Provided Methods§
fn m_maps(self) -> Array<MapImageCoreByte>
fn set_m_maps(self, value: Array<MapImageCoreByte>)
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.