Docs.rs
strict_encoding-2.0.0-beta.1
strict_encoding 2.0.0-beta.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^4.0.0-beta.7
normal
half ^2.1.0
normal
serde ^1
normal
strict_encoding_derive ^2.0.0-beta.1
normal
amplify ^4.0.0-beta.7
dev
rand ^0.8.5
dev
strict_encoding_test ^2.0.0-alpha.1
dev
Versions
0%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
ReadTuple
Required Methods
read_field
Implementors
In strict_encoding
?
Trait
strict_encoding
::
ReadTuple
source
·
[
−
]
pub trait ReadTuple { fn
read_field
<T:
StrictDecode
>(&mut self) ->
Result
<T,
DecodeError
>; }
Required Methods
§
source
fn
read_field
<T:
StrictDecode
>(&mut self) ->
Result
<T,
DecodeError
>
Implementors
§