Docs.rs
bp-derive-0.12.0-beta.4
bp-derive 0.12.0-beta.4
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
Dependencies
amplify ^4.8.0
normal
bp-consensus =0.12.0-beta.4
normal
bp-invoice =0.12.0-beta.4
normal
commit_verify =0.12.0-beta.4
normal
hmac ^0.12.1
normal
indexmap ^2.4.0
normal
serde ^1
normal
optional
sha2 ^0.10.8
normal
Versions
46.49%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
derive
0.12.0-beta.4
LenVar
Int
Required Methods
len_var_int
Implementations on Foreign Types
Confined<Vec<T>, MIN_LEN, bc::::coding::VarIntArray::{constant#1}>
Implementors
In crate derive
derive
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
§