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