Trait prio_graph::ResourceKey
source · pub trait ResourceKey: Copy + Eq + Hash { }Expand description
A unique identifier that can identify resources used by a transaction.
Object Safety§
This trait is not object safe.
pub trait ResourceKey: Copy + Eq + Hash { }A unique identifier that can identify resources used by a transaction.