Type Definition gpt::DiskDeviceObject [−][src]
pub type DiskDeviceObject<'a> = Box<dyn DiskDevice + 'a>;Expand description
A dynamic trait object that is used by GptDisk for reading/writing/seeking.
pub type DiskDeviceObject<'a> = Box<dyn DiskDevice + 'a>;A dynamic trait object that is used by GptDisk for reading/writing/seeking.