pub trait Height {
type Height: Path;
}
Available on crate feature
internal
only.Expand description
Trait identifying the statically-known height of a given tree element.
This is used to differentiate the hashes at each level of the tree.