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