(function() {var implementors = {};
implementors["num_bigint"] = [{text:"impl ToPrimitive for BigUint",synthetic:false,types:["num_bigint::biguint::BigUint"]},{text:"impl ToPrimitive for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},];
implementors["num_traits"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()