pub async fn restore_many<R: Repository<Cipher> + ?Sized>(
cipher_ids: Vec<CipherId>,
api_client: &ApiClient,
repository: &R,
key_store: &KeyStore<KeyIds>,
) -> Result<DecryptCipherListResult, RestoreCipherError>Expand description
Restores multiple soft-deleted ciphers on the server.