pub trait KeyedHashDB: HashDB<KeccakHasher, DBValue> { fn keys(&self) -> HashMap<H256, i32>; }
expose keys of a hashDB for debugging or tests (slow).
Primarily use for tests, highly inefficient.