create_img_from_stdin

Function create_img_from_stdin 

Source
pub fn create_img_from_stdin() -> Result<Box<dyn DiskImage>, Box<dyn Error>>
Expand description

Calls create_img_from_bytestream getting the bytes from stdin. All image types will be tried heuristically.