pub trait TransactionId: Eq + Hash + Debug { }
Expand description

Trait identifying the transaction identifier type.

Implementors§