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

Required Methods§

source

fn finish(hasher: StableHasher) -> Self

Implementations on Foreign Types§

source§

impl StableHasherResult for u64

source§

fn finish(hasher: StableHasher) -> Self

source§

impl StableHasherResult for u128

source§

fn finish(hasher: StableHasher) -> Self

Implementors§