Trait rustc_ap_rustc_data_structures::stable_hasher::StableHasherResult[][src]

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

Required methods

Implementations on Foreign Types

Implementors