pub fn streaming_unpack_snapshot<A: Read>(
archive: &mut Archive<A>,
ledger_dir: &Path,
account_paths: &[PathBuf],
parallel_selector: Option<ParallelSelector>,
sender: &Sender<PathBuf>,
) -> Result<()>
Expand description
Unpacks snapshots and sends entry file paths through the sender
channel