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