DbFileTransactionMut

Type Alias DbFileTransactionMut 

Source
pub type DbFileTransactionMut<'a> = TransactionMut<'a, FileStorage>;
Expand description

A convenience alias for the TransactionMut type for the default DbFile.

Aliased Typeยง

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