pub type Txn<'env> = GenericTxn<Txn<'env>, ()>;
Expand description
An immutable transaction on a repository.
Aliased Typeยง
pub struct Txn<'env> { /* private fields */ }
pub type Txn<'env> = GenericTxn<Txn<'env>, ()>;
An immutable transaction on a repository.
pub struct Txn<'env> { /* private fields */ }