ToLeaf

Trait ToLeaf 

Source
pub trait ToLeaf {
    // Required method
    fn to_leaf(&self) -> (String, Hash);
}

Required Methods§

Source

fn to_leaf(&self) -> (String, Hash)

Implementors§