(function() {var implementors = {}; implementors["num_bigint"] = [{text:"impl Signed for BigInt",synthetic:false,types:["num_bigint::bigint::BigInt"]},]; implementors["num_rational"] = [{text:"impl<T: Clone + Integer + Signed> Signed for Ratio<T>",synthetic:false,types:["num_rational::Ratio"]},]; implementors["num_traits"] = []; implementors["ordered_float"] = [{text:"impl<T: Float + Signed> Signed for NotNan<T>",synthetic:false,types:["ordered_float::NotNan"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()