Trait engine_traits::snapshot::Snapshot [−][src]
A consistent read-only view of the database.
Snapshots can be sent and shared, but not cloned. To make a snapshot
clonable, call into_sync
to create a SyncSnapshot
.
Required methods
Implementors
impl Snapshot for PanicSnapshot
impl Snapshot for PanicSnapshot
impl Snapshot for RocksSnapshot
impl Snapshot for RocksSnapshot