VariableId

Type Alias VariableId 

Source
pub type VariableId = Id<VariableMarker>;

Aliased Type§

pub struct VariableId { /* private fields */ }

Trait Implementations§

Source§

impl<'db> DebugWithDbOverride<'db, LoweredFormatter<'db>> for VariableId

Source§

fn fmt_override( &self, f: &mut Formatter<'_>, _db: &'db LoweredFormatter<'db>, ) -> Result