(function() {var implementors = {}; implementors["num_bigint"] = [{text:"impl<T> Product<T> for BigInt where
    BigInt: Mul<T, Output = BigInt>, 
",synthetic:false,types:["num_bigint::bigint::BigInt"]},{text:"impl<T> Product<T> for BigUint where
    BigUint: Mul<T, Output = BigUint>, 
",synthetic:false,types:["num_bigint::biguint::BigUint"]},]; implementors["num_rational"] = [{text:"impl<T: Integer + Clone> Product<Ratio<T>> for Ratio<T>",synthetic:false,types:["num_rational::Ratio"]},{text:"impl<'a, T: Integer + Clone> Product<&'a Ratio<T>> for Ratio<T>",synthetic:false,types:["num_rational::Ratio"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()