Trait arrayvec::Array [] [src]

pub unsafe trait Array {
    type Item;
}

Trait for fixed size arrays.

Associated Types

type Item

The array's element type

Implementors