basic_tree 0.2.5

basic tree for rust, for now including only trie
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["lib"] = [{text:"impl&lt;T&gt; !<a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html\" title=\"trait std::panic::RefUnwindSafe\">RefUnwindSafe</a> for <a class=\"struct\" href=\"lib/trie/basic/struct.Node.html\" title=\"struct lib::trie::basic::Node\">Node</a>&lt;T&gt;",synthetic:true,types:["lib::trie::basic::Node"]},{text:"impl&lt;T&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html\" title=\"trait std::panic::RefUnwindSafe\">RefUnwindSafe</a> for <a class=\"enum\" href=\"lib/trie/basic/enum.Leaf.html\" title=\"enum lib::trie::basic::Leaf\">Leaf</a>&lt;T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html\" title=\"trait std::panic::RefUnwindSafe\">RefUnwindSafe</a>,&nbsp;</span>",synthetic:true,types:["lib::trie::basic::Leaf"]},{text:"impl !<a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html\" title=\"trait std::panic::RefUnwindSafe\">RefUnwindSafe</a> for <a class=\"struct\" href=\"lib/trie/word/struct.WordTrie.html\" title=\"struct lib::trie::word::WordTrie\">WordTrie</a>",synthetic:true,types:["lib::trie::word::WordTrie"]},];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()