pub trait GetEncryptionKey {
    // Required method
    fn get_encryption_key(&self) -> &KeyingMaterial;
}

Required Methods§

Implementors§