Trait diem_types::account_address::HashAccountAddress[][src]

pub trait HashAccountAddress {
    fn hash(&self) -> HashValue;
}

Required methods

Implementors