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

Required Methods

Implementors