trait AbiStableHash<'tcx> {
// Required method
fn abi_stable_hash(&self, tcx: TyCtxt<'tcx>, hasher: &mut StableHasher);
}Required Methods§
fn abi_stable_hash(&self, tcx: TyCtxt<'tcx>, hasher: &mut StableHasher)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".