pub trait Name { // Required method fn name(&self) -> String; }
Trait to get name of an syntax element.
Get name.