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
☰
GetLocation
Required Methods
location
Implementors
In semantic_analyzer::ast
?
Trait
semantic_analyzer
::
ast
::
GetLocation
source
·
[
−
]
pub trait GetLocation { // Required method fn
location
(&self) ->
CodeLocation
; }
Required Methods
§
source
fn
location
(&self) ->
CodeLocation
Implementors
§
source
§
impl
GetLocation
for
Binding
<'_>
source
§
impl
GetLocation
for
Constant
<'_>
source
§
impl
GetLocation
for
ConstantName
<'_>
source
§
impl
GetLocation
for
Expression
<'_>
source
§
impl
GetLocation
for
FunctionCall
<'_>
source
§
impl
GetLocation
for
FunctionName
<'_>
source
§
impl
GetLocation
for
FunctionStatement
<'_>
source
§
impl
GetLocation
for
IfStatement
<'_>
source
§
impl
GetLocation
for
LetBinding
<'_>
source
§
impl
GetLocation
for
StructTypes
<'_>
source
§
impl
GetLocation
for
ValueName
<'_>