Type Definition libpijul_compat::Txn [] [src]

type Txn<'env> = GenericTxn<Txn<'env>, ()>;

An immutable transaction on a repository.