Skip to main content

IAIValue

Trait IAIValue 

Source
pub trait IAIValue: IObject {
    // Provided methods
    fn m_v(self) -> AIValue_UnionValue { ... }
    fn set_m_v(self, value: AIValue_UnionValue) { ... }
}

Provided Methods§

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.

Implementors§