pub trait StableHasherResult: Sized {
    fn finish(hasher: StableHasher) -> Self;
}

Required Methods§

Implementations on Foreign Types§

Implementors§