(function() {var implementors = {};
implementors["lib"] = [{text:"impl<T> !RefUnwindSafe for Node<T>",synthetic:true,types:["lib::trie::basic::Node"]},{text:"impl<T> RefUnwindSafe for Leaf<T> where
T: RefUnwindSafe, ",synthetic:true,types:["lib::trie::basic::Leaf"]},{text:"impl !RefUnwindSafe for WordTrie",synthetic:true,types:["lib::trie::word::WordTrie"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()