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§