pub async fn encrypt_batch(
configuration: &Configuration,
batch_encryption_request_line: Vec<BatchEncryptionRequestLine>,
) -> Result<EncryptOutput, Error<EncryptBatchError>>pub async fn encrypt_batch(
configuration: &Configuration,
batch_encryption_request_line: Vec<BatchEncryptionRequestLine>,
) -> Result<EncryptOutput, Error<EncryptBatchError>>