pub fn leaf<Storage, L>(leaf: L) -> HashTree<Storage>where Storage: AsRef<[u8]>, L: Into<Storage>,
Create a leaf in the tree.