Skip to main content

IPropertyTableAssigner_1

Trait IPropertyTableAssigner_1 

Source
pub trait IPropertyTableAssigner_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn m_internal_assigner(self) -> PropertyTableAssigner { ... }
    fn set_m_internal_assigner(self, value: PropertyTableAssigner) { ... }
}

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§