diff --git a/block/src/fixed_vhd_async.rs b/block/src/fixed_vhd_async.rs index c265636c8..8f6b37db1 100644 --- a/block/src/fixed_vhd_async.rs +++ b/block/src/fixed_vhd_async.rs @@ -88,6 +88,8 @@ impl disk_file::Resizable for FixedVhdDiskAsync { } } +impl disk_file::DiskFile for FixedVhdDiskAsync {} + pub struct FixedVhdAsync { raw_file_async: RawFileAsync, size: u64,