pub trait VectorAccessor { // Required methods fn vec_ref(&self) -> VectorRef<'_>; fn info(&self) -> &[u8] ⓘ; }