[][src]Trait consistent_hashing::Evict

pub trait Evict<RHS = Self> {
    fn evict(self) -> Self;
fn merge(&mut self, item: &RHS); }

Required methods

fn evict(self) -> Self

fn merge(&mut self, item: &RHS)

Loading content...

Implementations on Foreign Types

impl Evict<i32> for i32[src]

impl Evict<String> for String[src]

Loading content...

Implementors

Loading content...