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
.
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
.