Trait trie_test::DatabaseGuard [] [src]

pub trait DatabaseGuard {
    fn get(&self, hash: H256) -> Option<Vec<u8>>;
fn set(&mut self, hash: H256, value: Vec<u8>); }

Required Methods

Implementations on Foreign Types

impl DatabaseGuard for HashMap<H256, Vec<u8>>
[src]

[src]

[src]

Implementors