pub type Snapshot<'a> = SnapshotWithThreadMode<'a, DBCommon<SingleThreaded, DBWithThreadModeInner>>;
Expand description
A type alias to keep compatibility. See SnapshotWithThreadMode
for details
Aliased Typeยง
struct Snapshot<'a> { /* private fields */ }