pub type Branches<T> = HashMap<char, Node<T>>;
Tree node branches.
char is mapped to Node.
char
Node
pub struct Branches<T> { /* private fields */ }