pub trait IRuntimeType: ITypeInfo {
// Provided methods
fn generic_cache(self) -> IlInstance { ... }
fn set_generic_cache(self, value: IlInstance) { ... }
fn m_serialization_ctor(self) -> RuntimeConstructorInfo { ... }
fn set_m_serialization_ctor(self, value: RuntimeConstructorInfo) { ... }
}Provided Methods§
fn generic_cache(self) -> IlInstance
fn set_generic_cache(self, value: IlInstance)
fn m_serialization_ctor(self) -> RuntimeConstructorInfo
fn set_m_serialization_ctor(self, value: RuntimeConstructorInfo)
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.