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