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,