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

Trait identifying the transaction identifier type.

Object Safety§

This trait is not object safe.

Implementors§