pub trait BuildHashKernelswhere
    Self: Sized,
{ type HK: HashKernels; fn with_k(self, k: usize, n: usize) -> Self::HK; fn with_fp_rate(self, fp_rate: f64, n: usize) -> Self::HK { ... } }
Expand description

A trait for creating instances of HashKernels.

Required Associated Types§

Required Methods§

Provided Methods§

Implementors§