(function() {var implementors = {};
implementors["clfft"] = ["impl<T> Signed for Ratio<T> where
T: Clone + Integer + Signed, ","impl Signed for BigInt",];
implementors["enum_primitive"] = [];
implementors["num_bigint"] = ["impl Signed for BigInt",];
implementors["num_rational"] = ["impl<T: Clone + Integer + Signed> Signed for Ratio<T>",];
implementors["num_traits"] = [];
implementors["ocl"] = ["impl Signed for BigInt","impl<T> Signed for Ratio<T> where
T: Clone + Integer + Signed, ",];
implementors["ocl_core"] = ["impl<T> Signed for Ratio<T> where
T: Clone + Integer + Signed, ","impl Signed for BigInt",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()