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