Docs.rs
trezoa-serialize-utils-3.2.2
trezoa-serialize-utils 3.2.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
TRZLedgerFoundation
Dependencies
trezoa-instruction-error ^3.2.2
normal
trezoa-pubkey ^3.2.2
normal
trezoa-sanitize ^3.2.2
normal
bincode ^1.3.3
dev
borsh ^1.5.5
dev
rand ^0.8.5
dev
serde ^1.0.217
dev
trezoa-pubkey ^3.2.2
dev
Versions
5.56%
of the crate is documented
Platform
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
read_bool
trezoa_
serialize_
utils
3.2.2
In trezoa_
serialize_
utils::
cursor
trezoa_serialize_utils
::
cursor
Function
read_
bool
Copy item path
Source
pub fn read_bool<T:
AsRef
<[
u8
]>>( cursor: &mut
Cursor
<T>, ) ->
Result
<
bool
,
InstructionError
>