Type Definition cairo_lang_semantic::expr::objects::ExprId

source ·
pub type ExprId = Id<Expr>;

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,