[][src]Trait fast_rustc_ap_rustc_data_structures::stable_hasher::StableHasherResult

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

Required methods

fn finish(hasher: StableHasher) -> 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...