[][src]Trait multiproof_rs::hashable::Hashable

pub trait Hashable {
    fn hash(&self) -> Vec<u8>;
}

Required methods

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

Loading content...

Implementors

impl Hashable for BinaryExtTree[src]

impl Hashable for Node[src]

Loading content...