Function create_disk_type

Source
pub fn create_disk_type(
    path: &Path,
    size: u64,
) -> Result<Resource<DiskHandleKind>>
Expand description

Create and open the resources needed for using a disk from a file at path.