(function() {var implementors = {};
implementors["crossbeam_channel"] = [{text:"impl<T> RefUnwindSafe for Sender<T>",synthetic:false,types:["crossbeam_channel::channel::Sender"]},{text:"impl<T> RefUnwindSafe for Receiver<T>",synthetic:false,types:["crossbeam_channel::channel::Receiver"]},];
implementors["crossbeam_utils"] = [{text:"impl<T: ?Sized> RefUnwindSafe for ShardedLock<T>",synthetic:false,types:["crossbeam_utils::sync::sharded_lock::ShardedLock"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()