Docs.rs
sway-core-0.31.2
sway-core 0.31.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
clap ^3.1
normal
derivative ^2.2.0
normal
dirs ^3.0
normal
either ^1.6
normal
fuel-vm ^0.22
normal
fuels-types ^0.31
normal
hashbrown ^0.13.1
normal
hex ^0.4
normal
im ^15.0
normal
itertools ^0.10
normal
lazy_static ^1.4
normal
petgraph ^0.6
normal
rustc-hash ^1.1.0
normal
serde ^1.0
normal
sha2 ^0.9
normal
smallvec ^1.7
normal
sway-ast ^0.31.2
normal
sway-error ^0.31.2
normal
sway-ir ^0.31.2
normal
sway-parse ^0.31.2
normal
sway-types ^0.31.2
normal
sway-utils ^0.31.2
normal
thiserror ^1.0
normal
tracing ^0.1
normal
uint ^0.9
normal
vec1 ^1.8.0
normal
Versions
26.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
GetDeclIdent
Required Methods
get_decl_ident
Implementors
In sway_core::language::ty
?
Trait
sway_core
::
language
::
ty
::
GetDeclIdent
source
·
[
−
]
pub trait GetDeclIdent { fn
get_decl_ident
(&self) ->
Option
<
Ident
>; }
Required Methods
§
source
fn
get_decl_ident
(&self) ->
Option
<
Ident
>
Implementors
§
source
§
impl
GetDeclIdent
for
TyAstNodeContent
source
§
impl
GetDeclIdent
for
TyDeclaration
source
§
impl
GetDeclIdent
for
TyAstNode