cairo_lang_lowering::objects

Type Alias VariableId

Source
pub type VariableId = Id<Variable>;

Aliased Type§

struct VariableId { /* private fields */ }

Trait Implementations§

Source§

impl DebugWithDb<LoweredFormatter<'_>> for VariableId

Source§

fn fmt(&self, f: &mut Formatter<'_>, _lowered: &LoweredFormatter<'_>) -> Result

Source§

fn debug<'me, 'db>(&'me self, db: &'me Db) -> DebugWith<'me, Db>
where Self: Sized + 'me,

Source§

fn into_debug<'me, 'db>(self, db: &'me Db) -> DebugWith<'me, Db>
where Self: Sized + 'me,