pub trait IProcDesc: IObject {
// Provided methods
fn m_type(self) -> ProcDesc_Type { ... }
fn set_m_type(self, value: ProcDesc_Type) { ... }
}Provided Methods§
fn m_type(self) -> ProcDesc_Type
fn set_m_type(self, value: ProcDesc_Type)
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.