Type Alias agdb::DbMemoryTransaction

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

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

Aliased Type§

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