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