Trait triedb::gc::DatabaseMut[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl<D: Borrow<DB>> DatabaseMut for RocksHandle<D>[src]

Loading content...