Trait rustc_data_structures::stable_hasher::StableHasherResult
[−]
[src]
pub trait StableHasherResult: Sized { fn finish(hasher: StableHasher<Self>) -> Self; }
🔬 This is a nightly-only experimental API. (
rustc_private
)Required Methods
fn finish(hasher: StableHasher<Self>) -> Self
🔬 This is a nightly-only experimental API. (
rustc_private
)