Type Definition broccoli_tree::Tree
source · [−]pub type Tree<'a, T> = TreeInner<Node<'a, T>, DefaultSorter>;
Expand description
TreeInner
type with default node and sorter.
pub type Tree<'a, T> = TreeInner<Node<'a, T>, DefaultSorter>;
TreeInner
type with default node and sorter.