Docs.rs
  • cairo-lang-syntax-1.0.0-alpha.2
    • cairo-lang-syntax 1.0.0-alpha.2
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gilbens-starkware
    • orizi
    • Dependencies
      • cairo-lang-debug ^1.0.0-alpha.2 normal
      • cairo-lang-filesystem ^1.0.0-alpha.2 normal
      • cairo-lang-utils ^1.0.0-alpha.2 normal
      • salsa ^0.16.1 normal
      • smol_str ^0.1.23 normal
      • substring ^1.4.5 normal
      • env_logger ^0.9.3 dev
      • pretty_assertions ^1.2.1 dev
      • test-log ^0.2.11 dev
    • Versions
    • 1.86% 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
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

GetIdentifier

Required Methods

  • identifier

Implementors

In cairo_lang_syntax::node::helpers

?
Change settings

Trait cairo_lang_syntax::node::helpers::GetIdentifier

source ·
pub trait GetIdentifier {
    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 TerminalIdentifierGreen