pub type HashTree = HashTree<Vec<u8>>;
A HashTree representing a full tree.
struct HashTree { /* private fields */ }