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
Expand description

Compare trie builder and in memory trie.