async fn export_data_serial(
context: &ExportContext<'_>,
storage: &dyn SnapshotStorage,
manifest: &mut Manifest,
progress: &dyn ProgressReporter,
) -> Result<()>Expand description
Exports chunks one at a time, preserving the original serial behavior.