Trait prio_graph::TopLevelId
source · pub trait TopLevelId<Id: TransactionId>: Eq + PartialEq + Ord + PartialOrd {
// Required method
fn id(&self) -> Id;
}Expand description
A top-level ID that should contain the unique Id, but can be priority ordered.
Required Methods§
Object Safety§
This trait is not object safe.