Function extract_image_from_tar

Source
pub fn extract_image_from_tar<P: AsRef<Path>>(
    _tar_path: P,
    _cache: &mut Cache,
) -> Result<String>