Trait cairo_lang_sierra::debug_info::IdAsHashKey
source · pub trait IdAsHashKey: Hash + Eq {
// Required methods
fn get(&self) -> u64;
fn new(id: u64) -> Self;
}
Expand description
Trait for handling serde for the ids as map keys.
Required Methods§
Object Safety§
This trait is not object safe.