(function() {var implementors = {};
implementors["fnv"] = [{text:"impl Hasher for FnvHasher",synthetic:false,types:["fnv::FnvHasher"]},];
implementors["rustc_hash"] = [{text:"impl Hasher for FxHasher",synthetic:false,types:["rustc_hash::FxHasher"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()