pub trait HasherExt: Hasher {
    fn finish_ext(&self) -> u128;
}

Required methods

Implementors