Trait SystemObject
pub trait SystemObject: Copy {
// Required method
fn as_instance(self) -> IlInstance;
}Required Methods§
fn as_instance(self) -> 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.