Docs.rs
fuel-tx-0.58.2
fuel-tx 0.58.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
bitflags ^2
normal
optional
derivative ^2.2.0
normal
optional
derive_more ^0.99
normal
optional
fuel-asm ^0.58.2
normal
fuel-compression ^0.58.2
normal
optional
fuel-crypto ^0.58.2
normal
fuel-merkle ^0.58.2
normal
optional
fuel-types ^0.58.2
normal
hashbrown ^0.14
normal
optional
itertools ^0.10
normal
optional
js-sys ^0.3
normal
optional
postcard ^1.0
normal
optional
rand ^0.8
normal
optional
serde ^1.0
normal
serde-wasm-bindgen ^0.6
normal
optional
serde_json ^1.0
normal
optional
strum ^0.24
normal
optional
strum_macros ^0.24
normal
optional
wasm-bindgen ^0.2.88
normal
optional
bimap ^0.6
dev
bincode ^1.3
dev
fuel-crypto ^0.58.2
dev
fuel-types ^0.58.2
dev
hex ^0.4
dev
insta ^1.0
dev
postcard ^1.0
dev
pretty_assertions ^1.4.0
dev
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
rand ^0.8
dev
rstest ^0.15
dev
serde_json ^1.0
dev
tokio ^1.27
dev
Versions
66.67%
of the crate is documented
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
fuel_tx
0.58.2
AsField
Fmt
Required Methods
fmt_as_field
Implementations on Foreign Types
Vec<u8>
u16
u64
u8
Implementors
In fuel_
tx::
input
fuel_tx
::
input
Trait
AsFieldFmt
Copy item path
source
pub trait AsFieldFmt { // Required method fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
; }
Required Methods
§
source
fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
Implementations on Foreign Types
§
source
§
impl
AsFieldFmt
for
u8
source
§
fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
source
§
impl
AsFieldFmt
for
u16
source
§
fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
source
§
impl
AsFieldFmt
for
u64
source
§
fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
source
§
impl
AsFieldFmt
for
Vec
<
u8
>
source
§
fn
fmt_as_field
(&self, f: &mut
Formatter
<'_>) ->
Result
Implementors
§
source
§
impl
AsFieldFmt
for
PredicateCode
source
§
impl<Type>
AsFieldFmt
for
Empty
<Type>