pub trait TransactionView {
// Required method
fn snapshot_frame(&self) -> u64;
}Expand description
A read-only view of the database at a specific point in time.
Required Methods§
Sourcefn snapshot_frame(&self) -> u64
fn snapshot_frame(&self) -> u64
Returns the WAL frame number representing this transaction’s snapshot.