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

Required Methods§

Implementors§