pub async fn restore<R: Repository<Cipher> + ?Sized>(
cipher_id: CipherId,
api_client: &ApiClient,
repository: &R,
key_store: &KeyStore<KeyIds>,
) -> Result<CipherView, RestoreCipherError>Expand description
Restores a soft-deleted cipher on the server.