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

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

Trait for define value structures

Required methods

fn to_h256(&self) -> H256[src]

fn zero() -> Self[src]

Loading content...

Implementors

impl Value for H256[src]

Loading content...