pub trait GetReindex {
    fn get_reindex(&mut self) -> bool;
}

Required Methods§

Implementors§