]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tape/pool_writer/new_chunks_iterator.rs
move src/backup/datastore.rs into pbs_datastore crate
[proxmox-backup.git] / src / tape / pool_writer / new_chunks_iterator.rs
index 68fcc8574d7a331e4bd90734c99094cd83ad9087..97203fea113ac080aba6fcaac709317eb5a8f4dc 100644 (file)
@@ -3,9 +3,9 @@ use std::sync::{Arc, Mutex};
 
 use anyhow::{format_err, Error};
 
-use pbs_datastore::DataBlob;
+use pbs_datastore::{DataStore, DataBlob};
 
-use crate::backup::{DataStore, SnapshotReader};
+use crate::backup::SnapshotReader;
 use crate::tape::CatalogSet;
 
 /// Chunk iterator which use a separate thread to read chunks