[][src]Trait consistent_hashing::Hash

pub trait Hash {
    fn hash(&self, weight: i32) -> u128;
}

Required methods

fn hash(&self, weight: i32) -> u128

Loading content...

Implementations on Foreign Types

impl Hash for String[src]

Loading content...

Implementors

Loading content...