[][src]Trait vertreap::KeyedGenerator

pub trait KeyedGenerator<K, P> {
    fn make_priority(&self, key: &K) -> P;
}

Required methods

fn make_priority(&self, key: &K) -> P

Loading content...

Implementors

impl<K, P> KeyedGenerator<K, P> for ThreadRngGenerator where
    Standard: Distribution<P>, 
[src]

impl<K, P, R: Rng> KeyedGenerator<K, P> for RngGenerator<R> where
    Standard: Distribution<P>, 
[src]

impl<K: Hash> KeyedGenerator<K, u64> for RandomHasherGenerator[src]

Loading content...