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

Required Methods§

Implementors§