Trait diem_types::account_address::HashAccountAddress

source ·
pub trait HashAccountAddress {
    // Required method
    fn hash(&self) -> HashValue;
}

Required Methods§

source

fn hash(&self) -> HashValue

Implementors§