(function() {var implementors = {};
implementors["libc"] = [];
implementors["num_bigint"] = ["impl Binary for BigUint","impl Binary for BigInt",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()