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

Required Methods§

fn hash(&self) -> HashValue

Implementors§