Skip to main content

IBattleSide_ContainerArray_1

Trait IBattleSide_ContainerArray_1 

Source
pub trait IBattleSide_ContainerArray_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn m_array(self) -> Array<T0> { ... }
    fn set_m_array(self, value: Array<T0>) { ... }
}

Provided Methods§

Source

fn m_array(self) -> Array<T0>

Source

fn set_m_array(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§