Trait exonum_leveldb::database::snapshots::Snapshots [] [src]

pub trait Snapshots {
    fn snapshot(&self) -> Snapshot;
}

Structs implementing the Snapshots trait can be snapshotted.

Required Methods

Creates a snapshot and returns a struct representing it.

Implementors