Skip to main content

HasPEPBatchInfo

Trait HasPEPBatchInfo 

Source
pub trait HasPEPBatchInfo<T> {
    // Required methods
    fn encrypted_data(&self) -> Vec<EncryptedPEPJSONValue>;
    fn record(&self) -> Vec<T>;
    fn domain(&self) -> PseudonymizationDomain;
    fn sessions(&self) -> EncryptionContexts;
    fn domain_to(&self) -> PseudonymizationDomain;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§