[−][src]Trait leveldb::database::snapshots::Snapshots
Structs implementing the Snapshots trait can be snapshotted.
Required methods
fn snapshot<'a>(&'a self) -> Snapshot<'a, K>
Creates a snapshot and returns a struct representing it.