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