Skip to main content

DbMemoryTransaction

Type Alias DbMemoryTransaction 

Source
pub type DbMemoryTransaction<'a> = Transaction<'a, MemoryStorage>;
Expand description

A convenience alias for the Transaction type for the default DbMemory.

Aliased Typeยง

pub struct DbMemoryTransaction<'a> { /* private fields */ }