pub trait SetPreferEvict {
    fn set_prefer_evict(&mut self, x: bool);
}

Required Methods§

Implementors§