pub type DiskDeviceObject<'a> = Box<dyn DiskDevice + 'a>;
Expand description
A dynamic trait object that is used by GptDisk for reading/writing/seeking.
Aliased Typeยง
struct DiskDeviceObject<'a>(/* private fields */);
pub type DiskDeviceObject<'a> = Box<dyn DiskDevice + 'a>;
A dynamic trait object that is used by GptDisk for reading/writing/seeking.
struct DiskDeviceObject<'a>(/* private fields */);