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

A unique identifier that can be used both to identify a transaction.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Copy + Eq + Hash> TransactionId for T