cairo_lang_syntax::node::helpers

Trait GetIdentifier

Source
pub trait GetIdentifier {
    // Required method
    fn identifier(&self, db: &dyn SyntaxGroup) -> SmolStr;
}

Required Methods§

Source

fn identifier(&self, db: &dyn SyntaxGroup) -> SmolStr

Implementors§