(function() {var implementors = {};
implementors["num_bigint"] = ["impl Num for BigUint","impl Num for BigInt",];
implementors["num_complex"] = ["impl<T: Num + Clone> Num for Complex<T>",];
implementors["num_rational"] = ["impl<T: Clone + Integer> Num for Ratio<T>",];
implementors["num_traits"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()