Trait cairo_lang_utils::LookupIntern
source · pub trait LookupIntern<'a, DynDbGroup: ?Sized, LongId> {
// Required method
fn lookup_intern(&self, db: &(impl Upcast<DynDbGroup> + ?Sized)) -> LongId;
}
Expand description
A trait for the lookup_intern
method for short IDs (returning the long ID).
Required Methods§
fn lookup_intern(&self, db: &(impl Upcast<DynDbGroup> + ?Sized)) -> LongId
Object Safety§
This trait is not object safe.