Type Definition backup_cli::storage::BackupHandle
source · pub type BackupHandle = String;
Expand description
String returned by a specific storage implementation to identify a backup, probably a folder name
which is exactly the same with the backup name we pass into create_backup()
This is created and returned by the storage when create_backup()
, passed back to the storage
when create_for_write()
and persisted nowhere (once a backup is created, files are referred to
by FileHandle
s).