cairo_lang_semantic::expr::objects

Type Alias PatternId

source
pub type PatternId = Id<Pattern>;

Aliased Type§

struct PatternId { /* private fields */ }

Trait Implementations§

source§

impl DebugWithDb<ExprFormatter<'_>> for PatternId

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,