pub fn compare_root<T: TrieLayout, DB: HashDB<T::Hash, DBValue>>( data: Vec<(Vec<u8>, Vec<u8>)>, memdb: DB, )
Compare trie builder and trie root implementations.