Docs.rs
sway-types-0.70.0
sway-types 0.70.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
fuel-asm ^0.62
normal
fuel-crypto ^0.62
normal
fuel-tx ^0.62
normal
indexmap ^2.5
normal
lazy_static ^1.4
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
parking_lot ^0.12
normal
rustc-hash ^1.1
normal
serde ^1.0
normal
sway-utils ^0.70.0
normal
thiserror ^1.0
normal
toml ^0.8
normal
Versions
25.87%
of the crate is documented
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
Spanned
sway_
types
0.70.0
Spanned
Required Methods
span
Implementations on Foreign Types
Box<T>
Implementors
In sway_
types::
span
sway_types
::
span
Trait
Spanned
Copy item path
Source
pub trait Spanned { // Required method fn
span
(&self) ->
Span
; }
Required Methods
§
Source
fn
span
(&self) ->
Span
Implementations on Foreign Types
§
Source
§
impl<T:
Spanned
>
Spanned
for
Box
<T>
Source
§
fn
span
(&self) ->
Span
Implementors
§
Source
§
impl
Spanned
for
IdentUnique
Source
§
impl
Spanned
for
Ident