Type Definition revm::db::InMemoryDB

source[]
pub type InMemoryDB = CacheDB<EmptyDB>;

Implementations