Crate ego_binary_tree

Source

Macros§

binary_tree
Creates a binary tree from expressions.

Structs§

BinaryNodeMut
BinaryNodeRef
BinaryTree
Wrapper around a ego_tree::Tree that constrains functionality / API to a binary tree. Always contains at least one node.