Type Alias trie_db_fun::TrieHash
source · pub type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;Expand description
Alias accessor to hasher hash output type from a TrieLayout.
pub type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;Alias accessor to hasher hash output type from a TrieLayout.