unwrap(); // this lets us check if the file opened ok let file = match File::open(&name) { // Error? Return from this function with the // error ...
確定! 回上一頁