pub type DiffTree<N, B> = Tree<DiffNode<N>, B>;
Expand description
A tree containing DiffNodes as nodes
Aliased Type§
pub struct DiffTree<N, B> { /* private fields */ }
pub type DiffTree<N, B> = Tree<DiffNode<N>, B>;
A tree containing DiffNodes as nodes
pub struct DiffTree<N, B> { /* private fields */ }