(function() {var implementors = {};
implementors["num_integer"] = [];implementors["num_bigint"] = ["impl <a class='trait' href='num_integer/trait.Integer.html' title='num_integer::Integer'>Integer</a> for <a class='struct' href='num_bigint/struct.BigUint.html' title='num_bigint::BigUint'>BigUint</a>","impl <a class='trait' href='num_integer/trait.Integer.html' title='num_integer::Integer'>Integer</a> for <a class='struct' href='num_bigint/struct.BigInt.html' title='num_bigint::BigInt'>BigInt</a>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()