Type Alias InstId

Source
pub type InstId = Id<Inst>;

Aliased Type§

struct InstId { /* private fields */ }

Trait Implementations§

Source§

impl PrettyPrint for InstId

Source§

fn pretty_print<W: Write>( &self, db: &dyn MirDb, store: &BodyDataStore, w: &mut W, ) -> Result

Source§

fn pretty_string(&self, db: &dyn MirDb, store: &BodyDataStore) -> String