pub trait IMapHistory_UnitMapBase_2<T0: ClassIdentity, T1: ClassIdentity>: ISingletonClass_1<T0> {
// Provided methods
fn m_data(self) -> Array<T1> { ... }
fn set_m_data(self, value: Array<T1>) { ... }
fn m_no_empty_function(
self,
) -> MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1> { ... }
fn set_m_no_empty_function(
self,
value: MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>,
) { ... }
}Provided Methods§
fn m_data(self) -> Array<T1>
fn set_m_data(self, value: Array<T1>)
fn m_no_empty_function(self) -> MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>
fn set_m_no_empty_function( self, value: MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>, )
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.