Docs.rs
sparse-merkle-tree-0.5.3
sparse-merkle-tree 0.5.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jjyr
quake
Dependencies
blake2b-rs ^0.1
normal
cfg-if ^0.1
normal
anyhow ^1.0
dev
criterion ^0.2
dev
hex ^0.4
dev
proptest ^0.9
dev
rand ^0.7
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
32.32%
of the crate is documented
Go to latest version
Platform
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
☰
Trait Value
Required Methods
to_h256
zero
Implementors
Other items in
sparse_merkle_tree
::
traits
?
Trait
sparse_merkle_tree
::
traits
::
Value
[
−
]
[src]
pub trait Value { fn
to_h256
(&self) ->
H256
;
fn
zero
() -> Self; }
Expand description
Trait for define value structures
Required methods
[src]
fn
to_h256
(&self) ->
H256
[src]
fn
zero
() -> Self
Implementors
[src]
impl
Value
for
H256