(function() {var implementors = {};
implementors["num_complex"] = [{text:"impl<T: NumCast + Num> NumCast for Complex<T>",synthetic:false,types:["num_complex::Complex"]},];
implementors["num_traits"] = [];
implementors["ordered_float"] = [{text:"impl<T: Float> NumCast for NotNan<T>",synthetic:false,types:["ordered_float::NotNan"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()