Type Definition trie_db::TrieHash [−][src]
type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;
Alias accessor to hasher hash output type from a TrieLayout
.
type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;
Alias accessor to hasher hash output type from a TrieLayout
.