pub trait KeypoolCountExternalKeys {
    // Required method
    fn keypool_count_external_keys(&self) -> usize;
}

Required Methods§

Implementors§