[][src]Trait merkletree_rs::Value

pub trait Value {
    fn bytes(&self) -> &Vec<u8>;
fn index_length(&self) -> u32;
fn hi(&self) -> [u8; 32];
fn ht(&self) -> [u8; 32]; }

Required methods

fn bytes(&self) -> &Vec<u8>

fn index_length(&self) -> u32

fn hi(&self) -> [u8; 32]

fn ht(&self) -> [u8; 32]

Loading content...

Implementors

impl Value for TestValue[src]

Loading content...