pub fn compare_implementations<T, DB>( data: Vec<(Vec<u8>, Vec<u8>)>, memdb: DB, hashdb: DB, )where T: TrieLayout, DB: HashDB<T::Hash, DBValue> + Eq,
Compare trie builder and in memory trie.