(function() {var implementors = {};
implementors["thread_local"] = [{text:"impl<T: ?Sized + Send + UnwindSafe> UnwindSafe for ThreadLocal<T>",synthetic:false,types:["thread_local::ThreadLocal"]},{text:"impl<T: ?Sized + Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T>",synthetic:false,types:["thread_local::CachedThreadLocal"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()