pub trait GetKeys {
    // Required method
    fn get_keys(&self) -> HashSet<KeyID>;
}

Required Methods§

source

fn get_keys(&self) -> HashSet<KeyID>

Implementors§