fixup! tree: add tree branch reference

This commit is contained in:
Noah Hellman 2023-01-18 22:23:58 +01:00
parent 726f1bc7b0
commit cbead322ed
2 changed files with 5 additions and 5 deletions

View file

@ -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)]