pub fn leaf<Storage: AsRef<[u8]>, L: Into<Storage>>(
    leaf: L
) -> HashTree<Storage>
Expand description

Create a leaf in the tree.