pub fn compare_root<T: TrieLayout, DB: HashDB<T::Hash, DBValue>>(
    data: Vec<(Vec<u8>, Vec<u8>)>,
    memdb: DB
)
Expand description

Compare trie builder and trie root implementations.