Struct rocksdb::rocksdb::Snapshot [] [src]

pub struct Snapshot<'a> {
    // some fields omitted
}

Methods

impl<'a> Snapshot<'a>
[src]

fn new(db: &DB) -> Snapshot

fn iterator(&self) -> DBIterator

Trait Implementations

impl<'a> Drop for Snapshot<'a>
[src]

fn drop(&mut self)

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