pub trait HavePrivateKeys {
    // Required method
    fn have_private_keys(&self) -> bool;
}

Required Methods§

Implementors§