cairo_lang_utils

Trait Intern

source
pub trait Intern<'a, DynDbGroup: ?Sized, ShortId> {
    // Required method
    fn intern(self, db: &(impl Upcast<DynDbGroup> + ?Sized)) -> ShortId;
}

Required Methods§

source

fn intern(self, db: &(impl Upcast<DynDbGroup> + ?Sized)) -> ShortId

Object Safety§

This trait is not object safe.

Implementors§