(function() {var implementors = {};
implementors['num'] = ["impl BitXor<BigUint> for BigUint","impl<'a> BitXor<BigUint> for &'a BigUint","impl<'a> BitXor<&'a BigUint> for BigUint","impl<'a, 'b> BitXor<&'b BigUint> for &'a BigUint",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()