Function tetsy_trie_root::tetsy_trie_root_no_extension[][src]

pub fn tetsy_trie_root_no_extension<H, S, I, A, B>(input: I) -> H::Out where
    I: IntoIterator<Item = (A, B)>,
    A: AsRef<[u8]> + Ord,
    B: AsRef<[u8]>,
    H: Hasher,
    S: TrieStream

Variant of tetsy_trie_root for patricia trie without extension node. See tetsy_trie_root.