binary_tree::count::NodePtr [] [src]

type NodePtr<T> = Box<CountNode<T>>;