(function() {var implementors = {};
implementors["crossbeam_channel"] = [{text:"impl<T> UnwindSafe for Sender<T>",synthetic:false,types:["crossbeam_channel::channel::Sender"]},{text:"impl<T> UnwindSafe for Receiver<T>",synthetic:false,types:["crossbeam_channel::channel::Receiver"]},];
implementors["crossbeam_utils"] = [{text:"impl<T: ?Sized> UnwindSafe for ShardedLock<T>",synthetic:false,types:["crossbeam_utils::sync::sharded_lock::ShardedLock"]},];
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;
}
})()