calyx_ir

Trait GetName

Source
pub trait GetName {
    // Required method
    fn name(&self) -> Id;
}
Expand description

A trait representing something in the IR that has a name.

Required Methods§

Source

fn name(&self) -> Id

Return a reference to the object’s name

Implementors§