Docs.rs
semantic-analyzer-0.0.0
semantic-analyzer 0.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mrLSD
Dependencies
nom_locate ^4.1
normal
Versions
8.75%
of the crate is documented
Go to latest version
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
☰
GetName
Required Methods
name
Implementors
In semantic_analyzer::ast
?
Trait
semantic_analyzer
::
ast
::
GetName
source
·
[
−
]
pub trait GetName { // Required method fn
name
(&self) ->
String
; }
Required Methods
§
source
fn
name
(&self) ->
String
Implementors
§
source
§
impl
GetName
for semantic_analyzer::types::
PrimitiveTypes
source
§
impl
GetName
for semantic_analyzer::ast::
PrimitiveTypes
source
§
impl
GetName
for
TypeName
source
§
impl
GetName
for
Binding
<'_>
source
§
impl
GetName
for
Constant
<'_>
source
§
impl
GetName
for
ConstantName
<'_>
source
§
impl
GetName
for
FunctionCall
<'_>
source
§
impl
GetName
for
FunctionStatement
<'_>
source
§
impl
GetName
for
ImportName
<'_>
source
§
impl
GetName
for
LetBinding
<'_>
source
§
impl
GetName
for
StructType
<'_>
source
§
impl
GetName
for
ValueName
<'_>
source
§
impl<'a>
GetName
for
Type
<'a>
source
§
impl<'a>
GetName
for
StructTypes
<'a>