[][src]Module casperlabs_engine_storage::transaction_source

Modules

in_memory
lmdb

Traits

Readable

A transaction with the capability to read from a given Handle.

Transaction

A transaction which can be committed or aborted.

TransactionSource

A source of transactions e.g. values that implement Readable and/or Writable.

Writable

A transaction with the capability to write to a given Handle.