(function() {var implementors = {};
implementors['pumpkin'] = ["impl BitXor<Prime> for Prime","impl BitXor<Int> for Prime",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()