Docs.rs
bp-std-0.12.0-rc.2
bp-std 0.12.0-rc.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^4.9.0
normal
bp-consensus ^0.12.0-rc.2
normal
bp-core ^0.12.0-rc.2
normal
optional
bp-derive ^0.12.0-rc.2
normal
bp-invoice ^0.12.0-rc.2
normal
descriptors ^0.12.0-rc.2
normal
psbt ^0.12.0-rc.2
normal
secp256k1 ^0.30.0
normal
serde ^1
normal
optional
getrandom ^0.3
normal
getrandom ^0.2
normal
rand ^0.9.1
normal
optional
wasm-bindgen ^0.2
normal
wasm-bindgen-test ^0.3
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bpstd
0.12.0-rc.2
LenVar
Int
Required Methods
len_var_int
Implementations on Foreign Types
Confined<Vec<T>, MIN_LEN, bc::::coding::VarIntArray::{constant#1}>
Implementors
In crate bpstd
bpstd
Trait
LenVarInt
Copy item path
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, const MIN_LEN:
usize
>
LenVarInt
for
Confined
<
Vec
<T>, MIN_LEN, bc::::coding::VarIntArray::{constant#1}>
Source
§
fn
len_var_int
(&self) ->
VarInt
Implementors
§