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