Docs.rs
bp-std-0.11.0-beta.1
bp-std 0.11.0-beta.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^4.5.0
normal
bech32 ^0.9.1
normal
bitcoin_hashes ^0.13.0
normal
bp-consensus ^0.11.0-beta.2
normal
bp-core ^0.11.0-beta.1
normal
commit_verify ^0.11.0-beta.1
normal
indexmap ^2.0.0
normal
serde ^1
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
☰
bpstd
0.11.0-beta.1
LenVarInt
Required Methods
len_var_int
Implementations on Foreign Types
Confined<Vec<T>, 0, bc::::coding::VarIntArray::{constant#1}>
Implementors
In crate bpstd
?
Trait
bpstd
::
LenVarInt
source
·
[
−
]
pub trait LenVarInt { // Required method fn
len_var_int
(&self) ->
VarInt
; }
Required Methods
§
source
fn
len_var_int
(&self) ->
VarInt
Implementations on Foreign Types
§
source
§
impl<T>
LenVarInt
for
Confined
<
Vec
<T>, 0, bc::::coding::VarIntArray::{constant#1}>
source
§
fn
len_var_int
(&self) ->
VarInt
Implementors
§