ToLeaf

Trait ToLeaf 

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

Required Methods§

Source

fn to_leaf(&self) -> (String, FixedBytes<32>)

Implementations on Foreign Types§

Source§

impl ToLeaf for FixedBytes<32>

Source§

fn to_leaf(&self) -> (String, FixedBytes<32>)

Implementors§