Type Alias binary_tree::BinaryTreeNode
source · pub type BinaryTreeNode<T> = BinaryTree<T>;
Aliased Type§
struct BinaryTreeNode<T> { /* private fields */ }
pub type BinaryTreeNode<T> = BinaryTree<T>;
struct BinaryTreeNode<T> { /* private fields */ }