pub trait Array { type Item; }
Types that store their data in Arrow arrays.
The items stored in this array.