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