pub trait GetKey {
    // Required method
    fn get_key(&self, address: &KeyID, key_out: &mut Key) -> bool;
}

Required Methods§

source

fn get_key(&self, address: &KeyID, key_out: &mut Key) -> bool

Implementors§