dump updates

This commit is contained in:
Marin Postma 2021-05-25 16:33:09 +02:00
parent 464639aa0f
commit 3593ebb8aa
No known key found for this signature in database
GPG key ID: D5241F0C0C865F30
8 changed files with 252 additions and 169 deletions

View file

@ -32,7 +32,7 @@ pub enum UpdateMsg<D> {
ret: oneshot::Sender<Result<()>>,
},
Dump {
uuids: HashSet<(String, Uuid)>,
uuids: HashSet<Uuid>,
path: PathBuf,
ret: oneshot::Sender<Result<()>>,
},