Skip to main content

IBaseArrayItem_1

Trait IBaseArrayItem_1 

Source
pub trait IBaseArrayItem_1<T0: ClassIdentity>: IBaseItem {
    // Provided methods
    fn pieces_field(self) -> List_1<T0> { ... }
    fn set_pieces_field(self, value: List_1<T0>) { ... }
}

Provided Methods§

Source

fn pieces_field(self) -> List_1<T0>

Source

fn set_pieces_field(self, value: List_1<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§