pub async fn restore_backup(
state_store: &StateStore,
backup_path: &Path,
) -> Result<BackupManifest>Expand description
Restore state from a backup directory.
pub async fn restore_backup(
state_store: &StateStore,
backup_path: &Path,
) -> Result<BackupManifest>Restore state from a backup directory.