Type Alias ValueId

Source
pub type ValueId = Id<Value>;

Aliased Type§

struct ValueId { /* private fields */ }

Trait Implementations§

Source§

impl PrettyPrint for ValueId

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