(function() {var implementors = {};
implementors["num_complex"] = [{text:"impl<T, U> AsPrimitive<U> for Complex<T> where
T: AsPrimitive<U>,
U: 'static + Copy, ",synthetic:false,types:["num_complex::Complex"]},];
implementors["num_traits"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()