fixup! tree: add tree branch reference
This commit is contained in:
parent
726f1bc7b0
commit
cbead322ed
2 changed files with 5 additions and 5 deletions
|
@ -9,6 +9,7 @@ use Container::*;
|
|||
use Leaf::*;
|
||||
|
||||
pub type Tree = tree::Tree<Node, Atom>;
|
||||
pub type Branch = tree::Branch<Node, Atom>;
|
||||
pub type TreeBuilder = tree::Builder<Node, Atom>;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue