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