[][src]Trait trie_memory::gc::DatabaseMut

pub trait DatabaseMut {
    fn get(&self, key: H256) -> &[u8];
fn set(&mut self, key: H256, value: Option<&[u8]>); }

Required methods

fn get(&self, key: H256) -> &[u8]

fn set(&mut self, key: H256, value: Option<&[u8]>)

Loading content...

Implementors

Loading content...