Docs.rs
tangle-subxt-0.24.0
tangle-subxt 0.24.0
Permalink
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
shekohex
github:tangle-network:webb-devs
Dependencies
parity-scale-codec ^3.6.12
normal
scale-info ^2.11.3
normal
serde ^1.0.209
normal
subxt ^0.39.0
normal
optional
subxt-core ^0.39.0
normal
subxt-signer ^0.39.0
normal
Versions
26.45%
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
tangle_
subxt
0.24.0
Field
Ext
Required Methods
field_type
Implementors
In crate tangle_
subxt
tangle_subxt
Trait
FieldExt
Copy item path
Source
pub trait FieldExt { // Required method fn
field_type
(&self) ->
FieldType
; }
Required Methods
§
Source
fn
field_type
(&self) ->
FieldType
Implementors
§
Source
§
impl
FieldExt
for
Field
<
AccountId32
>