Type Definition revm::InMemoryDB

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

Implementations