cairo_lang_defs::ids

Trait UnstableSalsaId

source
pub trait UnstableSalsaId {
    // Required method
    fn get_internal_id(&self) -> &InternId;
}
Expand description

A trait for getting the internal salsa::InternId of a short id object. This id is unstable across runs and should not be used to anything that is externally visible. This is currently used to pick representative for strongly connected components.

Required Methods§

Implementors§