[][src]Trait rustc_data_structures::stable_hasher::StableHasherResult

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

Required methods

fn finish(hasher: StableHasher<Self>) -> Self

Loading content...

Implementations on Foreign Types

impl StableHasherResult for u128[src]

impl StableHasherResult for u64[src]

Loading content...

Implementors

impl StableHasherResult for Fingerprint[src]

Loading content...