Skip to main content

InnerDb

Type Alias InnerDb 

Source
pub type InnerDb<Db> = Arc<CacheDB<Db>>;
Expand description

A type alias for the database underlying the simulation.

Aliased Typeยง

pub struct InnerDb<Db> { /* private fields */ }