(function() {var implementors = {};
implementors["num_bigint"] = ["impl Shl<usize> for BigUint","impl<'a> Shl<usize> for &'a BigUint","impl Shl<usize> for BigInt","impl<'a> Shl<usize> for &'a BigInt",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()