Trait gpt::DiskDevice[][src]

pub trait DiskDevice: Read + Write + Seek + Debug { }
Expand description

A generic device that we can read/write partitions from/to.

Implementors

Implement the DiskDevice trait for anything that meets the requirements, e.g., std::fs::File