[][src]Trait cascara::OnEvict

pub trait OnEvict<K, V> {
    fn evict(&self, k: &K, v: &V);
}

Required methods

fn evict(&self, k: &K, v: &V)

Loading content...

Implementors

Loading content...