fn streaming_snapshot_dir_files(
    file_sender: Sender<PathBuf>,
    snapshot_file_path: impl Into<PathBuf>,
    snapshot_version_path: impl Into<PathBuf>,
    account_paths: &[PathBuf]
) -> Result<()>
Expand description

Streams snapshot dir files across channel Follow the flow of streaming_unarchive_snapshot(), but handle the from_dir case.