Trait ic_certified_map::AsHashTree[][src]

pub trait AsHashTree {
    fn root_hash(&self) -> Hash;
fn as_hash_tree(&self) -> HashTree<'_>; }

Required methods

Implementations on Foreign Types

Implementors