pub type Tree<'a, T> = TreeInner<Node<'a, T>, DefaultSorter>;
TreeInner type with default node and sorter.
TreeInner
pub struct Tree<'a, T> { /* private fields */ }
panics if a broken broccoli tree invariant is detected. For debugging purposes only.