cairo_lang_semantic::expr::objects

Type Alias ExprId

Source
pub type ExprId = Id<Expr>;

Aliased Type§

struct ExprId { /* private fields */ }

Trait Implementations§

Source§

impl DebugWithDb<ExprFormatter<'_>> for ExprId

Source§

fn fmt( &self, f: &mut Formatter<'_>, expr_formatter: &ExprFormatter<'_>, ) -> 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,