Struct leveldb_rs::DBSnapshot [] [src]

pub struct DBSnapshot { /* fields omitted */ }

An immutable snapshot of the database at a point in time.

Methods

impl DBSnapshot
[src]

As DB.get, except operating on the state of this snapshot.

As DB.get_opts, except operating on the state of this snapshot.

As DB.iter, except operating on the state of this snapshot.

Trait Implementations

impl Drop for DBSnapshot
[src]

A method called when the value goes out of scope. Read more