Trait diem_sdk::types::account_address::HashAccountAddress
pub trait HashAccountAddress {
// Required method
fn hash(&self) -> HashValue;
}
pub trait HashAccountAddress {
// Required method
fn hash(&self) -> HashValue;
}