pub trait GetKeyPoolSize {
    // Required method
    fn get_key_pool_size(&self) -> u32;
}

Required Methods§

Implementors§