pub trait IMapHistory_UnitMapBase_2_IDataMethods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
// Provided methods
fn get_unit(self) -> Unit
where Self: Sized + Into<IlInstance> { ... }
fn set_unit(self, value: Unit)
where Self: Sized + Into<IlInstance> { ... }
fn is_used(self) -> bool
where Self: Sized + Into<IlInstance> { ... }
fn clear(self)
where Self: Sized + Into<IlInstance> { ... }
}Provided Methods§
fn get_unit(self) -> Unitwhere
Self: Sized + Into<IlInstance>,
fn set_unit(self, value: Unit)where
Self: Sized + Into<IlInstance>,
fn is_used(self) -> boolwhere
Self: Sized + Into<IlInstance>,
fn clear(self)where
Self: Sized + Into<IlInstance>,
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.