[][src]Trait sparse_merkle_tree::traits::Value

pub trait Value {
    fn to_h256(&self) -> H256;
fn zero() -> Self; }

Trait for define value structures

Required methods

fn to_h256(&self) -> H256

fn zero() -> Self

Loading content...

Implementors

impl Value for H256[src]

Loading content...