Skip to main content

ICapabilityBase_1

Trait ICapabilityBase_1 

Source
pub trait ICapabilityBase_1<T0: ClassIdentity>: ICapabilityDefinition {
    // Provided methods
    fn m_data(self) -> Array<T0> { ... }
    fn set_m_data(self, value: Array<T0>) { ... }
}

Provided Methods§

Source

fn m_data(self) -> Array<T0>

Source

fn set_m_data(self, value: Array<T0>)

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§