Function disk::open_disk_file
source · pub fn open_disk_file(params: DiskFileParams) -> Result<Box<dyn DiskFile>>
Expand description
Inspect the image file type and create an appropriate disk file to match it.
pub fn open_disk_file(params: DiskFileParams) -> Result<Box<dyn DiskFile>>
Inspect the image file type and create an appropriate disk file to match it.