[]Trait 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

impl StableHasherResult for u64

Loading content...

Implementors

impl StableHasherResult for Fingerprint

Loading content...