Trait macro_tools::protected::Name

source ·
pub trait Name {
    // Required method
    fn name(&self) -> String;
}
Expand description

Trait to get name of an syntax element.

Required Methods§

source

fn name(&self) -> String

Get name.

Implementors§