diff --git a/proxmox-file-restore/src/block_driver.rs b/proxmox-file-restore/src/block_driver.rs index 56b868b5..6fcff5c1 100644 --- a/proxmox-file-restore/src/block_driver.rs +++ b/proxmox-file-restore/src/block_driver.rs @@ -71,6 +71,7 @@ pub trait BlockRestoreDriver { #[api()] #[derive(Debug, Serialize, Deserialize, Eq, PartialEq, Clone, Copy)] +/// The block driver type to use. pub enum BlockDriverType { /// Uses a small QEMU/KVM virtual machine to map images securely. Requires PVE-patched QEMU. Qemu,