pub trait GetName { fn name(&self) -> Id; }
A trait representing something in the IR that has a name.
Return a reference to the object’s name