Docs.rs
  • cairo-lang-syntax-2.6.0-rc.0
    • cairo-lang-syntax 2.6.0-rc.0
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gilbens-starkware
    • orizi
    • Dependencies
      • cairo-lang-debug ^2.6.0-rc.0 normal
      • cairo-lang-filesystem ^2.6.0-rc.0 normal
      • cairo-lang-utils ^2.6.0-rc.0 normal
      • num-bigint ^0.4 normal
      • num-traits ^0.2 normal
      • salsa ^0.16.1 normal
      • smol_str ^0.2.0 normal
      • unescaper ^0.1.2 normal
      • env_logger ^0.10.0 dev
      • pretty_assertions ^1.4.0 dev
      • test-log ^0.2.13 dev
    • Versions
    • 2.43% of the crate is documented
  • Go to latest stable release
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cairo_lang_syntax2.6.0-rc.0

GetIdentifier

Required Methods

  • identifier

Implementors

In cairo_lang_syntax::node::helpers

?
Change settings

Trait cairo_lang_syntax::node::helpers::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§

source§

impl GetIdentifier for Modifier

source§

impl GetIdentifier for PathSegment

source§

impl GetIdentifier for ExprPath

source§

impl GetIdentifier for ExprPathGreen

source§

impl GetIdentifier for PathSegmentGreen

source§

impl GetIdentifier for TerminalIdentifierGreen

source§

impl GetIdentifier for UsePathLeafPtr