(function() {var implementors = {};
implementors["rand"] = [];
implementors["uuid"] = ["impl Rand for Uuid",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()