[][src]Trait merkle_trees::merkle_patricia_trie::Key

pub trait Key {
    fn to_nibbles(&self) -> Vec<u8>;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl Key for Vec<u8>[src]

Loading content...

Implementors

Loading content...