☰
StableHasherResult
Required Methods
finish
Implementations on Foreign Types
u128
u64
Implementors
In rustc_data_structures::stable_hasher
?
Trait
rustc_data_structures
::
stable_hasher
::
StableHasherResult
source
·
[
−
]
pub trait StableHasherResult:
Sized
{ fn
finish
(hasher:
StableHasher
) -> Self; }
Required Methods
§
source
fn
finish
(hasher:
StableHasher
) -> Self
Implementations on Foreign Types
§
source
§
impl
StableHasherResult
for
u128
source
§
fn
finish
(hasher:
StableHasher
) -> Self
source
§
impl
StableHasherResult
for
u64
source
§
fn
finish
(hasher:
StableHasher
) -> Self
Implementors
§
source
§
impl
StableHasherResult
for
Fingerprint