pub trait ArrayImplValidExt {
    fn get_valid_bitmap(&self) -> &BitVec;
}

Required Methods§

Implementors§