pub trait PreferEvict {
    fn prefer_evict(&self) -> bool;
}

Required Methods§

Implementors§