pub trait PrimitiveArray<T> { type Array; // Required method fn convert_array(&self) -> Self::Array; }