[][src]Crate ego_binary_tree

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.