Docs.rs
sway-types-0.22.1
sway-types 0.22.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
fuel-asm ^0.8
normal
fuel-crypto ^0.6
normal
fuel-tx ^0.18
normal
lazy_static ^1.4
normal
serde ^1.0
normal
Versions
12.96%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Spanned
Required Methods
span
Implementors
In sway_types::span
?
Trait
sway_types
::
span
::
Spanned
source
·
[
−
]
pub trait Spanned { fn
span
(&self) ->
Span
; }
Required Methods
source
fn
span
(&self) ->
Span
Implementors
source
impl
Spanned
for
Ident