pub fn leaf<L>(leaf: L) -> HashTree<'static> where
    L: AsRef<[u8]>, 
Expand description

Create a leaf in the tree.