pub type InnerDb<Db> = Arc<CacheDB<Db>>;
A type alias for the database underlying the simulation.
pub struct InnerDb<Db> { /* private fields */ }