Type Alias Txn

Source
pub type Txn<'env> = GenericTxn<Txn<'env>, ()>;
Expand description

An immutable transaction on a repository.

Aliased Typeยง

pub struct Txn<'env> { /* private fields */ }