Function gpt::partition::file_read_partitions
source ยท pub fn file_read_partitions<D: Read + Seek>(
file: &mut D,
header: &Header,
lb_size: LogicalBlockSize,
) -> Result<BTreeMap<u32, Partition>>
Expand description
Read a GPT partition table from an open Read
+ Seek
object.