Skip to main content

SimDb

Type Alias SimDb 

Source
pub type SimDb<Db> = CacheOnWrite<InnerDb<Db>>;
Expand description

A type alias for the database used in the simulation.

Aliased Typeยง

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