[][src]Trait arrayvec::Array

pub unsafe trait Array {
    type Item;
}

Trait for fixed size arrays.

Associated Types

The array’s element type

Implementors