Trait prio_graph::TransactionId
source · 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.
pub trait TransactionId: Copy + Eq + Hash { }A unique identifier that can be used both to identify a transaction.