mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: qcow_async: impl DiskFile for QcowDiskAsync
Marker supertrait combining all composable capability traits. QcowDiskAsync now satisfies the full DiskFile contract. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
8c3b6cb04b
commit
8966607898
@@ -119,3 +119,5 @@ impl disk_file::Resizable for QcowDiskAsync {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl disk_file::DiskFile for QcowDiskAsync {}
|
||||
|
||||
Reference in New Issue
Block a user