logo
pub trait Name {
    fn name(&self) -> String;
}
Expand description

Trait to get name of an syntax element.

Required Methods

Get name.

Implementors