trait AbiStableHash<'tcx> {
// Required method
fn abi_stable_hash(&self, tcx: TyCtxt<'tcx>, hasher: &mut StableHasher);
}trait AbiStableHash<'tcx> {
// Required method
fn abi_stable_hash(&self, tcx: TyCtxt<'tcx>, hasher: &mut StableHasher);
}