pub type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;
Alias accessor to hasher hash output type from a TrieLayout.
TrieLayout