Function trie_root::unhashed_trie_no_extension
source · [−]pub fn unhashed_trie_no_extension<H, S, I, A, B>(input: I) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
where
I: IntoIterator<Item = (A, B)>,
A: AsRef<[u8]> + Ord,
B: AsRef<[u8]>,
H: Hasher,
S: TrieStream,
Expand description
Variant of unhashed_trie
for patricia trie without extension node.
See unhashed_trie
.