Type Definition tetsy_trie_db::TrieHash[][src]

type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;

Alias accessor to hasher hash output type from a TrieLayout.