pub fn create_img_from_stdin() -> Result<Box<dyn DiskImage>, Box<dyn Error>>
Calls create_img_from_bytestream getting the bytes from stdin. All image types will be tried heuristically.
create_img_from_bytestream