pub trait PrefixedArrayInfo { // Required methods fn len(&self) -> usize; fn capacity(&self) -> usize; }