Trait disk::DiskGetLen
source · pub trait DiskGetLen {
// Required method
fn get_len(&self) -> Result<u64>;
}
Expand description
A trait for getting the length of a disk image or raw block device.
pub trait DiskGetLen {
// Required method
fn get_len(&self) -> Result<u64>;
}
A trait for getting the length of a disk image or raw block device.