pub type LeafCommitment<TYPES> = Commitment<Leaf2<TYPES>>;
The hash of a leaf.
pub struct LeafCommitment<TYPES>(/* private fields */);