pub trait HaveKey {
    // Required method
    fn have_key(&self, address: &KeyID) -> bool;
}

Required Methods§

source

fn have_key(&self, address: &KeyID) -> bool

Implementors§